summaryrefslogtreecommitdiff
path: root/src/lib/libssl/crypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/crypto/Makefile')
-rw-r--r--src/lib/libssl/crypto/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile
index a9d00105f8..038e162e4d 100644
--- a/src/lib/libssl/crypto/Makefile
+++ b/src/lib/libssl/crypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.29 2003/01/31 14:05:35 deraadt Exp $ 1# $OpenBSD: Makefile,v 1.30 2003/05/12 02:18:34 markus Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -34,7 +34,8 @@ CFLAGS+= -DOPENSSL_NO_HW_SUREWARE -DOPENSSL_NO_HW_4758_CCA
34CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} 34CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST}
35CFLAGS+= -I${LCRYPTO_SRC} 35CFLAGS+= -I${LCRYPTO_SRC}
36SRCS+= o_time.c 36SRCS+= o_time.c
37SRCS+= cryptlib.c ex_data.c cpt_err.c mem.c mem_dbg.c tmdiff.c cversion.c uid.c 37SRCS+= cryptlib.c ex_data.c cpt_err.c mem.c mem_dbg.c mem_clr.c
38SRCS+= tmdiff.c cversion.c uid.c
38SRCS+= md2_dgst.c md2_one.c 39SRCS+= md2_dgst.c md2_one.c
39SRCS+= md5_dgst.c md5_one.c 40SRCS+= md5_dgst.c md5_one.c
40SRCS+= sha_dgst.c sha1dgst.c sha_one.c sha1_one.c 41SRCS+= sha_dgst.c sha1dgst.c sha_one.c sha1_one.c