]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ssh: use upstream SSH_OPENSSL_VERSION macro
authorEd Maste <emaste@FreeBSD.org>
Sat, 23 Apr 2022 19:52:03 +0000 (15:52 -0400)
committerEd Maste <emaste@FreeBSD.org>
Sun, 24 Apr 2022 00:07:57 +0000 (20:07 -0400)
commit6e24fe61287b02600be19042a6f6ce939aabfaa6
tree8f0d800fdc1913ed02272caaf4307ac6cf1b7c3b
parent525d1e204bbc1779c4094384a417004591c3610f
ssh: use upstream SSH_OPENSSL_VERSION macro

With the upgrade to OpenSSH 6.7p1 in commit a0ee8cc636cd we replaced
WITH_OPENSSL ifdefs with an OPENSSL_VERSION macro, later changing it
to OPENSSL_VERSION_STRING.

A few years later OpenSSH made an equivalent change (with a different
macro name), in commit 4d94b031ff88.  Switch to the macro name they
chose.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation
crypto/openssh/ssh.c
crypto/openssh/sshd.c
crypto/openssh/version.h