From 52f11019fedf648d558adc2d1d5598ffbcd720cc Mon Sep 17 00:00:00 2001 From: tedu <> Date: Thu, 17 Apr 2014 16:17:41 +0000 Subject: 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 --- src/lib/libcrypto/crypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/crypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.17 2014/04/16 19:13:01 miod Exp $ +# $OpenBSD: Makefile,v 1.18 2014/04/17 16:17:41 tedu Exp $ LIB= crypto @@ -34,7 +34,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/modes -I${LCRYPTO_SRC}/asn1 -I${LCRYPTO_SRC}/evp # crypto/ SRCS+= cryptlib.c malloc-wrapper.c mem_dbg.c cversion.c ex_data.c cpt_err.c -SRCS+= uid.c o_time.c o_str.c o_fips.c o_init.c +SRCS+= uid.c o_time.c o_str.c o_init.c # aes/ SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c -- cgit v1.2.3-55-g6feb