diff options
Diffstat (limited to 'src/lib/libssl/crypto/Makefile')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 5 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -34,7 +34,8 @@ CFLAGS+= -DOPENSSL_NO_HW_SUREWARE -DOPENSSL_NO_HW_4758_CCA | |||
34 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} | 34 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} |
35 | CFLAGS+= -I${LCRYPTO_SRC} | 35 | CFLAGS+= -I${LCRYPTO_SRC} |
36 | SRCS+= o_time.c | 36 | SRCS+= o_time.c |
37 | SRCS+= cryptlib.c ex_data.c cpt_err.c mem.c mem_dbg.c tmdiff.c cversion.c uid.c | 37 | SRCS+= cryptlib.c ex_data.c cpt_err.c mem.c mem_dbg.c mem_clr.c |
38 | SRCS+= tmdiff.c cversion.c uid.c | ||
38 | SRCS+= md2_dgst.c md2_one.c | 39 | SRCS+= md2_dgst.c md2_one.c |
39 | SRCS+= md5_dgst.c md5_one.c | 40 | SRCS+= md5_dgst.c md5_one.c |
40 | SRCS+= sha_dgst.c sha1dgst.c sha_one.c sha1_one.c | 41 | SRCS+= sha_dgst.c sha1dgst.c sha_one.c sha1_one.c |