This commit is contained in:
Dr. Stephen Henson 2003-09-10 00:16:42 +00:00
parent 22f083815c
commit 25c578f3ca

View File

@ -74,7 +74,7 @@
#include <openssl/fips.h> #include <openssl/fips.h>
#include <openssl/fips_rand.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[]) int main(int argc, char *argv[])
{ {
printf("No FIPS DSA support\n"); printf("No FIPS DSA support\n");