aboutsummaryrefslogtreecommitdiff
path: root/crypto/o_fips.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-16/+16
Reviewed-by: Tim Hudson <tjh@openssl.org>
2011-05-19Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson1-0/+83