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

Make sure the compilation of the FIPS stuff goes through even in

non-FIPS mode.

Update the appropriate fingerprints accordingly.
(something is weird, someone else was working on the same stuff, and
removed fips_sha1_selftest.c from fips/sha1/standalone.sha1...)
parent c1a32376
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
SHA1(fips_aes_core.c)= 5298df7807877eed470a1ee5f8331fc0876689da
SHA1(fips_aes_selftest.c)= 56ffcd2eb43b8b19aa4e0f60d3733031b3f54e84
SHA1(fips_aes_selftest.c)= 49cd793c702170721385f4efc1dc15cf7b18eff0
SHA1(fips_aes_locl.h)= a3c01d9a4f9d5211e9e785852f6f1a2febfd73b6
+2 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
#include <openssl/fips.h>
#include <openssl/aes.h>

#ifdef FIPS
static struct
    {
    unsigned char key[16];
@@ -88,3 +89,4 @@ int FIPS_selftest_aes()
	}
    return 1;
    }
#endif
+1 −1
Original line number Diff line number Diff line
SHA1(fips_des_enc.c)= a4b88bb16782604a298d74de04a8b3bc3a204c5a
SHA1(fips_des_selftest.c)= 7f958a8b8fdb1227ec189e5948d7bfa87876fb3b
SHA1(fips_des_selftest.c)= f516832dcb9c49c20adc35c14e2b00ed0ebd36b2
SHA1(fips_des_locl.h)= 5e5128f074485e72d6fdee00d22d46a694bd5abe
+2 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
#include <openssl/fips.h>
#include <openssl/des.h>

#ifdef FIPS
static struct
    {
    DES_cblock key;
@@ -90,3 +91,4 @@ int FIPS_selftest_des()
	}
    return 1;
    }
#endif
+1 −1
Original line number Diff line number Diff line
SHA1(fips_sha1dgst.c)= 609e2cbf5d3cdcf318ec10238a0e82b93b78e6b5
SHA1(fips_sha1_selftest.c)= 103e32b34f518cc2f6995e752644fd102cc8d602
SHA1(fips_sha1_selftest.c)= 2be7c82cba769de0bcce0539ecc854b74a1d16fd
SHA1(fips_sha_locl.h)= 677427c495b571991f013939ea7e5dea87828f8c
SHA1(fips_md32_common.h)= 4f41bcde24750b3b8c99a06bcba2fe06ff8db4d0
Loading