summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/crypto/Makefile')
-rw-r--r--src/lib/libcrypto/crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile
index 449959dc2f..f71fe8e2c1 100644
--- a/src/lib/libcrypto/crypto/Makefile
+++ b/src/lib/libcrypto/crypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.19 2014/04/17 18:11:46 miod Exp $ 1# $OpenBSD: Makefile,v 1.20 2014/04/17 18:16:45 miod Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -35,6 +35,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/modes -I${LCRYPTO_SRC}/asn1 -I${LCRYPTO_SRC}/evp
35# crypto/ 35# crypto/
36SRCS+= cryptlib.c malloc-wrapper.c mem_dbg.c cversion.c ex_data.c cpt_err.c 36SRCS+= cryptlib.c malloc-wrapper.c mem_dbg.c cversion.c ex_data.c cpt_err.c
37SRCS+= uid.c o_time.c o_str.c o_init.c 37SRCS+= uid.c o_time.c o_str.c o_init.c
38SRCS+= mem_clr.c
38 39
39# aes/ 40# aes/
40SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c 41SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c
@@ -432,7 +433,6 @@ obj_dat.h: obj_mac.h
432 433
433.if empty (SSLASM) 434.if empty (SSLASM)
434CFLAGS+=-DOPENSSL_NO_ASM 435CFLAGS+=-DOPENSSL_NO_ASM
435SRCS+= mem_clr.c
436SRCS+= aes_core.c aes_cbc.c 436SRCS+= aes_core.c aes_cbc.c
437SRCS+= bf_enc.c 437SRCS+= bf_enc.c
438SRCS+= bn_asm.c 438SRCS+= bn_asm.c