diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -227,7 +227,7 @@ SRCS+= rmd_dgst.c rmd_one.c | |||
227 | SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c | 227 | SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c |
228 | SRCS+= rsa_pk1.c rsa_none.c rsa_oaep.c rsa_chk.c | 228 | SRCS+= rsa_pk1.c rsa_none.c rsa_oaep.c rsa_chk.c |
229 | SRCS+= rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c | 229 | SRCS+= rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c |
230 | SRCS+= rsa_pmeth.c rsa_crpt.c | 230 | SRCS+= rsa_pmeth.c rsa_crpt.c rsa_meth.c |
231 | 231 | ||
232 | # sha/ | 232 | # sha/ |
233 | SRCS+= sha1dgst.c sha1_one.c sha256.c sha512.c | 233 | SRCS+= sha1dgst.c sha1_one.c sha256.c sha512.c |