Typo.
This commit is contained in:
parent
22f083815c
commit
25c578f3ca
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user