diff options
author | Colin Watson <cjwatson@debian.org> | 2019-10-09 22:59:48 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-10-09 22:59:48 +0100 |
commit | 4213eec74e74de6310c27a40c3e9759a08a73996 (patch) | |
tree | e97a6dcafc6763aea7c804e4e113c2750cb1400d /digest-openssl.c | |
parent | 102062f825fb26a74295a1c089c00c4c4c76b68a (diff) | |
parent | cdf1d0a9f5d18535e0a18ff34860e81a6d83aa5c (diff) |
Import openssh_8.1p1.orig.tar.gz
Diffstat (limited to 'digest-openssl.c')
-rw-r--r-- | digest-openssl.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/digest-openssl.c b/digest-openssl.c index da7ed72bc..11efbf7c0 100644 --- a/digest-openssl.c +++ b/digest-openssl.c | |||
@@ -34,12 +34,16 @@ | |||
34 | 34 | ||
35 | #ifndef HAVE_EVP_RIPEMD160 | 35 | #ifndef HAVE_EVP_RIPEMD160 |
36 | # define EVP_ripemd160 NULL | 36 | # define EVP_ripemd160 NULL |
37 | #endif /* HAVE_EVP_RIPEMD160 */ | 37 | #endif |
38 | #ifndef HAVE_EVP_SHA256 | 38 | #ifndef HAVE_EVP_SHA256 |
39 | # define EVP_sha256 NULL | 39 | # define EVP_sha256 NULL |
40 | #endif | ||
41 | #ifndef HAVE_EVP_SHA384 | ||
40 | # define EVP_sha384 NULL | 42 | # define EVP_sha384 NULL |
43 | #endif | ||
44 | #ifndef HAVE_EVP_SHA512 | ||
41 | # define EVP_sha512 NULL | 45 | # define EVP_sha512 NULL |
42 | #endif /* HAVE_EVP_SHA256 */ | 46 | #endif |
43 | 47 | ||
44 | struct ssh_digest_ctx { | 48 | struct ssh_digest_ctx { |
45 | int alg; | 49 | int alg; |