mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 23:05:21 +02:00
Check if RIPEMD160 is disabled in OpenSSL.
This commit is contained in:
parent
d924640d4c
commit
bce5888516
@ -32,7 +32,8 @@
|
|||||||
#include "digest.h"
|
#include "digest.h"
|
||||||
#include "ssherr.h"
|
#include "ssherr.h"
|
||||||
|
|
||||||
#ifndef HAVE_EVP_RIPEMD160
|
#if !defined(HAVE_EVP_RIPEMD160) || defined(OPENSSL_NO_RIPEMD) || \
|
||||||
|
defined(OPENSSL_NO_RMD160)
|
||||||
# define EVP_ripemd160 NULL
|
# define EVP_ripemd160 NULL
|
||||||
#endif /* HAVE_EVP_RIPEMD160 */
|
#endif /* HAVE_EVP_RIPEMD160 */
|
||||||
#ifndef HAVE_EVP_SHA256
|
#ifndef HAVE_EVP_SHA256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user