diff options
author | tedu <> | 2014-04-17 16:17:41 +0000 |
---|---|---|
committer | tedu <> | 2014-04-17 16:17:41 +0000 |
commit | 95d3b8ad6373f2a5c978f2fdb620e2b349c78c6c (patch) | |
tree | fe068c3176b79e41d79381a0738737be2a4ad756 /src/lib/libcrypto/crypto.h | |
parent | e3e68d914f4985d97fac9d51105faddad51a12c8 (diff) | |
download | openbsd-95d3b8ad6373f2a5c978f2fdb620e2b349c78c6c.tar.gz openbsd-95d3b8ad6373f2a5c978f2fdb620e2b349c78c6c.tar.bz2 openbsd-95d3b8ad6373f2a5c978f2fdb620e2b349c78c6c.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 'src/lib/libcrypto/crypto.h')
-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) |