diff options
author | tedu <> | 2014-04-17 16:17:41 +0000 |
---|---|---|
committer | tedu <> | 2014-04-17 16:17:41 +0000 |
commit | 52f11019fedf648d558adc2d1d5598ffbcd720cc (patch) | |
tree | fe068c3176b79e41d79381a0738737be2a4ad756 /src/lib/libcrypto/crypto.h | |
parent | 574615861e3df22894a32f87f1f6650a0f1073c8 (diff) | |
download | openbsd-52f11019fedf648d558adc2d1d5598ffbcd720cc.tar.gz openbsd-52f11019fedf648d558adc2d1d5598ffbcd720cc.tar.bz2 openbsd-52f11019fedf648d558adc2d1d5598ffbcd720cc.zip |
Fully kill FIPS API. Forcible certification conflicts with the goals of a
free software project. ok beck deraadt
Ports calling FIPS_mode_set(1): mongodb
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/crypto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index 56c5dfadb8..2609b18b5f 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h | |||
@@ -531,9 +531,6 @@ unsigned long *OPENSSL_ia32cap_loc(void); | |||
531 | #define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc())) | 531 | #define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc())) |
532 | int OPENSSL_isservice(void); | 532 | int OPENSSL_isservice(void); |
533 | 533 | ||
534 | int FIPS_mode(void); | ||
535 | int FIPS_mode_set(int r); | ||
536 | |||
537 | void OPENSSL_init(void); | 534 | void OPENSSL_init(void); |
538 | 535 | ||
539 | #define fips_md_init(alg) fips_md_init_ctx(alg, alg) | 536 | #define fips_md_init(alg) fips_md_init_ctx(alg, alg) |