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 | |
| 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')
| -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 |
