We currently define FIPS, not OPENSSL_FIPS. The reason for this is
(probably) that FIPS is an entirely internal macro, and is not accessible by third-party authors.
This commit is contained in:
@@ -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(FIPS)
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
printf("No FIPS DSA support\n");
|
||||
|
||||
Reference in New Issue
Block a user