diff options
| author | doug <> | 2015-09-14 01:45:03 +0000 |
|---|---|---|
| committer | doug <> | 2015-09-14 01:45:03 +0000 |
| commit | ea990ff7851a189e7a61b56357a6d6e0de88a040 (patch) | |
| tree | 587478d440edfb518946564a3da5958afa932346 /src/lib/libcrypto/evp/evp.h | |
| parent | da36d6a18c187f8d3c2e38a0e5940d8073110b10 (diff) | |
| download | openbsd-ea990ff7851a189e7a61b56357a6d6e0de88a040.tar.gz openbsd-ea990ff7851a189e7a61b56357a6d6e0de88a040.tar.bz2 openbsd-ea990ff7851a189e7a61b56357a6d6e0de88a040.zip | |
Temporarily revive MD4 for MS CHAP support.
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 |
