diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 45a2ca5a02..edd38b536a 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.97 2023/02/11 12:17:57 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.98 2023/02/13 09:21:35 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -330,8 +330,6 @@ SRCS+= dsa_meth.c | |||
330 | SRCS+= dsa_ossl.c | 330 | SRCS+= dsa_ossl.c |
331 | SRCS+= dsa_pmeth.c | 331 | SRCS+= dsa_pmeth.c |
332 | SRCS+= dsa_prn.c | 332 | SRCS+= dsa_prn.c |
333 | SRCS+= dsa_sign.c | ||
334 | SRCS+= dsa_vrf.c | ||
335 | 333 | ||
336 | # dso/ | 334 | # dso/ |
337 | SRCS+= dso_dlfcn.c | 335 | SRCS+= dso_dlfcn.c |