Typo.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 10 Sep 2003 00:16:42 +0000 (00:16 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 10 Sep 2003 00:16:42 +0000 (00:16 +0000)
fips/dsa/fips_dsatest.c

index 224535ed4daa319aef9413a6371ce3695fdd5e5a..be794005ad51b7104cd4d795edf6c16625d2622b 100644 (file)
@@ -74,7 +74,7 @@
 #include <openssl/fips.h>
 #include <openssl/fips_rand.h>
 
-#if defined(OPENSSL_NO_DSA) && !defined(OPENSSL_FIPS)
+#if defined(OPENSSL_NO_DSA) || !defined(OPENSSL_FIPS)
 int main(int argc, char *argv[])
 {
     printf("No FIPS DSA support\n");