diff options
Diffstat (limited to 'src/lib/libcrypto/crypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index f07176f829..e3bb0a2b36 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2014/04/15 17:20:09 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2014/04/15 17:46:16 beck Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -43,7 +43,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/modes -I${LCRYPTO_SRC}/asn1 -I${LCRYPTO_SRC}/evp | |||
43 | 43 | ||
44 | # crypto/ | 44 | # crypto/ |
45 | SRCS+= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c | 45 | SRCS+= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c |
46 | SRCS+= ebcdic.c uid.c o_time.c o_str.c o_fips.c o_init.c fips_ers.c | 46 | SRCS+= uid.c o_time.c o_str.c o_fips.c o_init.c fips_ers.c |
47 | 47 | ||
48 | # aes/ | 48 | # aes/ |
49 | SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c | 49 | SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c |
@@ -369,7 +369,6 @@ HDRS=\ | |||
369 | crypto/dh/dh.h \ | 369 | crypto/dh/dh.h \ |
370 | crypto/dsa/dsa.h \ | 370 | crypto/dsa/dsa.h \ |
371 | crypto/dso/dso.h \ | 371 | crypto/dso/dso.h \ |
372 | crypto/ebcdic.h \ | ||
373 | crypto/ec/ec.h \ | 372 | crypto/ec/ec.h \ |
374 | crypto/ecdh/ecdh.h \ | 373 | crypto/ecdh/ecdh.h \ |
375 | crypto/ecdsa/ecdsa.h \ | 374 | crypto/ecdsa/ecdsa.h \ |