diff options
| author | tb <> | 2023-02-13 09:21:35 +0000 |
|---|---|---|
| committer | tb <> | 2023-02-13 09:21:35 +0000 |
| commit | f1f0a1ec631590fd9b31e7270656760098fd56ad (patch) | |
| tree | 93cf4c01812df0863a7992bc2b8ea0027d56b2db /src/lib/libcrypto/Makefile | |
| parent | 462c193b2c8047e9b63b62dadf9947b22fd96d73 (diff) | |
| download | openbsd-f1f0a1ec631590fd9b31e7270656760098fd56ad.tar.gz openbsd-f1f0a1ec631590fd9b31e7270656760098fd56ad.tar.bz2 openbsd-f1f0a1ec631590fd9b31e7270656760098fd56ad.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 |
