Switch from get_rfc*() to BN_get_rfc*()
authortb <tb@openbsd.org>
Tue, 27 Jun 2023 11:03:41 +0000 (11:03 +0000)
committertb <tb@openbsd.org>
Tue, 27 Jun 2023 11:03:41 +0000 (11:03 +0000)
commitf0c3296b0a93155f79ef686ac4939218a0eb39f4
treef03e8523f1a9c4a85da0940d82a452dfefddbb29
parent08cf7c3f88334cf737af7753d1b04496aca85a86
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
lib/libssl/ssl_kex.c