diff options
| author | tb <> | 2023-02-13 09:21:35 +0000 |
|---|---|---|
| committer | tb <> | 2023-02-13 09:21:35 +0000 |
| commit | c0901cb4aef7ee8681b9f6f5a9ac897e1aa4dd5e (patch) | |
| tree | 93cf4c01812df0863a7992bc2b8ea0027d56b2db /src/lib/libcrypto/Makefile | |
| parent | 84173ec1c6f89cc5597d8d51c50dd6f215764a43 (diff) | |
| download | openbsd-c0901cb4aef7ee8681b9f6f5a9ac897e1aa4dd5e.tar.gz openbsd-c0901cb4aef7ee8681b9f6f5a9ac897e1aa4dd5e.tar.bz2 openbsd-c0901cb4aef7ee8681b9f6f5a9ac897e1aa4dd5e.zip | |
Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.c
discussed with jsing
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 |
