diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 381d4a45c1..2ddbf6142e 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp.h,v 1.47 2015/09/13 23:36:21 doug Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.48 2015/09/14 01:45:03 doug Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -648,6 +648,9 @@ void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, | |||
648 | #endif | 648 | #endif |
649 | 649 | ||
650 | const EVP_MD *EVP_md_null(void); | 650 | const EVP_MD *EVP_md_null(void); |
651 | #ifndef OPENSSL_NO_MD4 | ||
652 | const EVP_MD *EVP_md4(void); | ||
653 | #endif | ||
651 | #ifndef OPENSSL_NO_MD5 | 654 | #ifndef OPENSSL_NO_MD5 |
652 | const EVP_MD *EVP_md5(void); | 655 | const EVP_MD *EVP_md5(void); |
653 | #endif | 656 | #endif |