From 9c6216c0a0585f8e81b1e8ec48d9781d9dc6ead9 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Thu, 17 Apr 2014 16:17:41 +0000 Subject: [PATCH] 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(-) diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index df7304c7..3a7c04c8 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