CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/27 05:03:41
Modified files:
lib/libssl : ssl_kex.c
Log message:
Switch from get_rfc*() to BN_get_rfc*()
The existence of the public get_rfc*() API is a historic curiosity that may
soon be corrected. We inherited its use and it survived in libssl until now.
Switch to the better named BN_get_rfc*() wrappers.
ok jsing
