diff options
author | Colin Watson <cjwatson@debian.org> | 2019-10-09 22:59:48 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-10-09 23:39:39 +0100 |
commit | 767ee84d3465b6d244a9108de5c167a9ab866df9 (patch) | |
tree | 69b14ef6a62d7f133298a21d2ad6046f130b7801 /digest-openssl.c | |
parent | ddeaf9ee7d5c6612b88f1c4a83fc6fbccb93bf60 (diff) | |
parent | efef12825b9582c1710da3b7e50135870963d4f4 (diff) |
New upstream release (8.1p1)
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; |