diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-07-15 15:35:26 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-07-15 15:35:26 +0000 |
| commit | 6471c6bd75af57acde7dc39f5202d9a7adf4130a (patch) | |
| tree | 62208c6af29765613d83eebc783948cb22f60a9b /crypto/openssh | |
| parent | af84ca260350bd5f6d312003ea9e3f0855789d67 (diff) | |
Notes
Diffstat (limited to 'crypto/openssh')
| -rw-r--r-- | crypto/openssh/sshd.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/sshd.c b/crypto/openssh/sshd.c index 39ad3dcbcf9c..179646491c17 100644 --- a/crypto/openssh/sshd.c +++ b/crypto/openssh/sshd.c @@ -1749,7 +1749,7 @@ main(int ac, char **av) debug("sshd version %s, %s", SSH_VERSION, #ifdef WITH_OPENSSL - SSLeay_version(SSLEAY_VERSION) + OpenSSL_version(SSLEAY_VERSION) #else "without OpenSSL" #endif diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index c4df47dde8cf..f8bceb1c680e 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -9,7 +9,7 @@ #define SSH_VERSION_FREEBSD "FreeBSD-20200214" #ifdef WITH_OPENSSL -#define OPENSSL_VERSION_STRING SSLeay_version(SSLEAY_VERSION) +#define OPENSSL_VERSION_STRING OpenSSL_version(SSLEAY_VERSION) #else #define OPENSSL_VERSION_STRING "without OpenSSL" #endif |
