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:
Richard Levitte 2003-09-10 09:06:01 +00:00
parent b2f94f81e1
commit fa68935f57

View File

@ -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