summaryrefslogtreecommitdiffstats
path: root/crypto/mdc2
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-21 00:03:51 +0000
committerUlf Möller <ulf@openssl.org>2000-01-21 00:03:51 +0000
commit731d9c5fb5d0535e3c84866e3c355cbf21a92a67 (patch)
tree8e94b4b35c0ef3b4993c0db6e16df5606e766a6e /crypto/mdc2
parent4699af98e69a7400be1a2d1e21c02007e1d86b4d (diff)
Some more ifdefs for no-xxx options.
Diffstat (limited to 'crypto/mdc2')
-rw-r--r--crypto/mdc2/mdc2test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/mdc2/mdc2test.c b/crypto/mdc2/mdc2test.c
index 0b1134bfe5..46c25aeff4 100644
--- a/crypto/mdc2/mdc2test.c
+++ b/crypto/mdc2/mdc2test.c
@@ -60,7 +60,7 @@
#include <stdlib.h>
#include <string.h>
-#ifdef NO_DES
+#if defined(NO_DES) && !defined(NO_MDC2)
#define NO_MDC2
#endif