summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 85e6b0ee8d..18c7c0608a 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.24 2018/02/17 13:57:14 tb Exp $ 1# $OpenBSD: Makefile,v 1.25 2018/03/17 15:12:56 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -227,7 +227,7 @@ SRCS+= rmd_dgst.c rmd_one.c
227SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c 227SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c
228SRCS+= rsa_pk1.c rsa_none.c rsa_oaep.c rsa_chk.c 228SRCS+= rsa_pk1.c rsa_none.c rsa_oaep.c rsa_chk.c
229SRCS+= rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c 229SRCS+= rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c
230SRCS+= rsa_pmeth.c rsa_crpt.c 230SRCS+= rsa_pmeth.c rsa_crpt.c rsa_meth.c
231 231
232# sha/ 232# sha/
233SRCS+= sha1dgst.c sha1_one.c sha256.c sha512.c 233SRCS+= sha1dgst.c sha1_one.c sha256.c sha512.c