Loading crypto/aes/aes_core.c +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ #include <stdlib.h> #include <openssl/aes.h> #include <openssl/fips.h> #include "aes_locl.h" /* Loading crypto/des/set_key.c +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ * 1.1 added norm_expand_bits * 1.0 First working version */ #include <openssl/fips.h> #include "des_locl.h" OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key); /* defaults to false */ Loading fips-1.0/aes/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ LIBOBJ=fips_aes_selftest.o SRC= $(LIBSRC) EXHEADER= HEADER= $(EXHEADER) fips_aes_locl.h HEADER= ALL= $(GENERAL) $(SRC) $(HEADER) Loading fips-1.0/des/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ LIBOBJ=fips_des_selftest.o SRC= $(LIBSRC) EXHEADER= HEADER= $(EXHEADER) fips_des_locl.h HEADER= ALL= $(GENERAL) $(SRC) $(HEADER) Loading fips-1.0/sha/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,8 @@ LIBOBJ=fips_sha1_selftest.o SRC= $(LIBSRC) fips_standalone_sha1.c EXHEADER=fips_sha.h HEADER= $(EXHEADER) fips_sha_locl.h fips_md32_common.h EXHEADER= HEADER= ALL= $(GENERAL) $(SRC) $(HEADER) Loading Loading
crypto/aes/aes_core.c +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ #include <stdlib.h> #include <openssl/aes.h> #include <openssl/fips.h> #include "aes_locl.h" /* Loading
crypto/des/set_key.c +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ * 1.1 added norm_expand_bits * 1.0 First working version */ #include <openssl/fips.h> #include "des_locl.h" OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key); /* defaults to false */ Loading
fips-1.0/aes/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ LIBOBJ=fips_aes_selftest.o SRC= $(LIBSRC) EXHEADER= HEADER= $(EXHEADER) fips_aes_locl.h HEADER= ALL= $(GENERAL) $(SRC) $(HEADER) Loading
fips-1.0/des/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ LIBOBJ=fips_des_selftest.o SRC= $(LIBSRC) EXHEADER= HEADER= $(EXHEADER) fips_des_locl.h HEADER= ALL= $(GENERAL) $(SRC) $(HEADER) Loading
fips-1.0/sha/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,8 @@ LIBOBJ=fips_sha1_selftest.o SRC= $(LIBSRC) fips_standalone_sha1.c EXHEADER=fips_sha.h HEADER= $(EXHEADER) fips_sha_locl.h fips_md32_common.h EXHEADER= HEADER= ALL= $(GENERAL) $(SRC) $(HEADER) Loading