diff options
Diffstat (limited to 'src/usr.bin/openssl/openssl.c')
-rw-r--r-- | src/usr.bin/openssl/openssl.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/openssl.c b/src/usr.bin/openssl/openssl.c index 1bda338356..604cfddcea 100644 --- a/src/usr.bin/openssl/openssl.c +++ b/src/usr.bin/openssl/openssl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: openssl.c,v 1.11 2015/09/13 23:36:21 doug Exp $ */ | 1 | /* $OpenBSD: openssl.c,v 1.12 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 | * |
@@ -217,6 +217,9 @@ FUNCTION functions[] = { | |||
217 | { FUNC_TYPE_MD, "streebog256", dgst_main }, | 217 | { FUNC_TYPE_MD, "streebog256", dgst_main }, |
218 | { FUNC_TYPE_MD, "streebog512", dgst_main }, | 218 | { FUNC_TYPE_MD, "streebog512", dgst_main }, |
219 | #endif | 219 | #endif |
220 | #ifndef OPENSSL_NO_MD4 | ||
221 | { FUNC_TYPE_MD, "md4", dgst_main }, | ||
222 | #endif | ||
220 | #ifndef OPENSSL_NO_MD5 | 223 | #ifndef OPENSSL_NO_MD5 |
221 | { FUNC_TYPE_MD, "md5", dgst_main }, | 224 | { FUNC_TYPE_MD, "md5", dgst_main }, |
222 | #endif | 225 | #endif |