Commit fa68935f authored by Richard Levitte's avatar Richard Levitte
Browse files

Include openssl/fips.h outside of the check for FIPS, so make depend

doesn't differ between FIPS and non-FIPS modes.
parent b2f94f81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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