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/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile
index fdbafba852..cd32382081 100644
--- a/src/lib/libcrypto/crypto/Makefile
+++ b/src/lib/libcrypto/crypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.45 2014/07/12 20:11:45 miod Exp $ 1# $OpenBSD: Makefile,v 1.46 2014/07/28 17:57:18 tedu Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -223,9 +223,6 @@ SRCS+= rsa_pmeth.c rsa_crpt.c
223# sha/ 223# sha/
224SRCS+= sha_dgst.c sha1dgst.c sha_one.c sha1_one.c sha256.c sha512.c 224SRCS+= sha_dgst.c sha1dgst.c sha_one.c sha1_one.c sha256.c sha512.c
225 225
226# srp/
227#SRCS+= srp_lib.c srp_vfy.c
228
229# stack/ 226# stack/
230SRCS+= stack.c 227SRCS+= stack.c
231 228
@@ -374,7 +371,6 @@ HDRS=\
374 crypto/ripemd/ripemd.h \ 371 crypto/ripemd/ripemd.h \
375 crypto/rsa/rsa.h \ 372 crypto/rsa/rsa.h \
376 crypto/sha/sha.h \ 373 crypto/sha/sha.h \
377 crypto/srp/srp.h \
378 crypto/stack/safestack.h \ 374 crypto/stack/safestack.h \
379 crypto/stack/stack.h \ 375 crypto/stack/stack.h \
380 crypto/store/store.h \ 376 crypto/store/store.h \