[openssh-commits] [openssh] branch master updated (7280401b -> 49742938)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 24 15:26:33 AEDT 2023
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 7280401b remove support for old libcrypto
new b7e27cfd put back SSLeay_version compat in configure test
new 3c527d55 Allow building with BoringSSL
new 49742938 don't use obsolete ERR_load_CRYPTO_strings()
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 4974293899a068133e976f81d6693670d2b576ca
Author: Damien Miller <djm at mindrot.org>
Date: Fri Mar 24 15:24:05 2023 +1100
don't use obsolete ERR_load_CRYPTO_strings()
OpenSSL (and elsewhere in OpenSSH) uses ERR_load_crypto_strings()
commit 3c527d55f906e6970d17c4cab6db90ae9e013235
Author: Damien Miller <djm at mindrot.org>
Date: Fri Mar 24 15:23:05 2023 +1100
Allow building with BoringSSL
commit b7e27cfd7f163fc16b4c5d041cc28ee488a5eeec
Author: Damien Miller <djm at mindrot.org>
Date: Fri Mar 24 15:21:18 2023 +1100
put back SSLeay_version compat in configure test
Needed to detect old versions and give good "your version is bad"
messages at configure time; spotted by dtucker@
Summary of changes:
configure.ac | 11 ++++++++++-
openbsd-compat/openssl-compat.h | 9 +++++++++
regress/unittests/test_helper/test_helper.c | 2 +-
sshkey.c | 6 ++++++
4 files changed, 26 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list