]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
don't use obsolete ERR_load_CRYPTO_strings()
authorDamien Miller <djm@mindrot.org>
Fri, 24 Mar 2023 04:24:05 +0000 (15:24 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 24 Mar 2023 04:26:27 +0000 (15:26 +1100)
commit4974293899a068133e976f81d6693670d2b576ca
tree622169980bdf73cdb038db9f93f2cd344b297f0d
parent3c527d55f906e6970d17c4cab6db90ae9e013235
don't use obsolete ERR_load_CRYPTO_strings()

OpenSSL (and elsewhere in OpenSSH) uses ERR_load_crypto_strings()
regress/unittests/test_helper/test_helper.c