Browse Source

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
OPENBSD_5_6
tedu 10 years ago
parent
commit
9c6216c0a0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libcrypto/crypto/Makefile

+ 2
- 2
src/lib/libcrypto/crypto/Makefile View File

@ -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


Loading…
Cancel
Save