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 | |
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 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index df7304c76b..3a7c04c816 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.17 2014/04/16 19:13:01 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.18 2014/04/17 16:17:41 tedu Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -34,7 +34,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/modes -I${LCRYPTO_SRC}/asn1 -I${LCRYPTO_SRC}/evp | |||
34 | 34 | ||
35 | # crypto/ | 35 | # crypto/ |
36 | SRCS+= cryptlib.c malloc-wrapper.c mem_dbg.c cversion.c ex_data.c cpt_err.c | 36 | SRCS+= cryptlib.c malloc-wrapper.c mem_dbg.c cversion.c ex_data.c cpt_err.c |
37 | SRCS+= uid.c o_time.c o_str.c o_fips.c o_init.c | 37 | SRCS+= uid.c o_time.c o_str.c o_init.c |
38 | 38 | ||
39 | # aes/ | 39 | # aes/ |
40 | SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c | 40 | SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c |