Include openssl/fips.h outside of the check for FIPS, so make depend
doesn't differ between FIPS and non-FIPS modes.
This commit is contained in:
parent
b2f94f81e1
commit
fa68935f57
@ -5,6 +5,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <openssl/sha.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/fips.h>
|
||||
|
||||
#ifndef FIPS
|
||||
int main(int argc, char *argv[])
|
||||
@ -13,7 +14,6 @@ int main(int argc, char *argv[])
|
||||
return(0);
|
||||
}
|
||||
#else
|
||||
#include <openssl/fips.h>
|
||||
|
||||
#define MAX_TEST_BITS 103432
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user