diff options
Diffstat (limited to 'src/lib/libcrypto/crypto/Makefile')
-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 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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -35,6 +35,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/modes -I${LCRYPTO_SRC}/asn1 -I${LCRYPTO_SRC}/evp | |||
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_init.c | 37 | SRCS+= uid.c o_time.c o_str.c o_init.c |
38 | SRCS+= mem_clr.c | ||
38 | 39 | ||
39 | # aes/ | 40 | # aes/ |
40 | SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c | 41 | SRCS+= 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) |
434 | CFLAGS+=-DOPENSSL_NO_ASM | 435 | CFLAGS+=-DOPENSSL_NO_ASM |
435 | SRCS+= mem_clr.c | ||
436 | SRCS+= aes_core.c aes_cbc.c | 436 | SRCS+= aes_core.c aes_cbc.c |
437 | SRCS+= bf_enc.c | 437 | SRCS+= bf_enc.c |
438 | SRCS+= bn_asm.c | 438 | SRCS+= bn_asm.c |