projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56c1ef0
)
Finally, remove a possibly disabled feature
author
Richard Levitte
<levitte@openssl.org>
Sat, 19 Sep 2015 23:50:11 +0000
(
01:50
+0200)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 19 Sep 2015 23:57:57 +0000
(
01:57
+0200)
I have no clue why MD_GHOST94 was checked on, there is no
OPENSSL_NO_MD_GHOST94 in sight anywhere
Reviewed-by: Stephen Henson <steve@openssl.org>
apps/openssl.c
patch
|
blob
|
history
diff --git
a/apps/openssl.c
b/apps/openssl.c
index ca1eac0606042bf2e914b401bc9bf94846481ac8..d01731fb49f89a93e9c3ed0ca05167cfed9aba8e 100644
(file)
--- a/
apps/openssl.c
+++ b/
apps/openssl.c
@@
-792,9
+792,6
@@
static void list_disabled(void)
#ifdef OPENSSL_NO_MDC2
BIO_puts(bio_out, "MDC2\n");
#endif
-#ifdef OPENSSL_NO_MD_GHOST94
- BIO_puts(bio_out, "MD_GHOST94\n");
-#endif
#ifdef OPENSSL_NO_OCB
BIO_puts(bio_out, "OCB\n");
#endif