diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
| -rw-r--r-- | src/lib/libcrypto/evp/evp.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index c9a11c3a5f..381d4a45c1 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.46 2015/09/13 21:09:56 doug Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.47 2015/09/13 23:36:21 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,9 +648,6 @@ 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 | ||
| 654 | #ifndef OPENSSL_NO_MD5 | 651 | #ifndef OPENSSL_NO_MD5 |
| 655 | const EVP_MD *EVP_md5(void); | 652 | const EVP_MD *EVP_md5(void); |
| 656 | #endif | 653 | #endif |
