diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-02-13 09:21:36 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-02-13 09:21:36 +0000 |
commit | 1d080ffeb35f55467b7a3e7efbfbd2253b996e4a (patch) | |
tree | 7dba5577f0aefbc356b9472cd9c1c60a663e1dc5 /lib/libcrypto/Makefile | |
parent | 6b5c46132f97d896d0339f2c62b3274e6beeb8fd (diff) |
Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.c
discussed with jsing
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r-- | lib/libcrypto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 45a2ca5a02d..edd38b536a8 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.97 2023/02/11 12:17:57 jsing Exp $ +# $OpenBSD: Makefile,v 1.98 2023/02/13 09:21:35 tb Exp $ LIB= crypto LIBREBUILD=y @@ -330,8 +330,6 @@ SRCS+= dsa_meth.c SRCS+= dsa_ossl.c SRCS+= dsa_pmeth.c SRCS+= dsa_prn.c -SRCS+= dsa_sign.c -SRCS+= dsa_vrf.c # dso/ SRCS+= dso_dlfcn.c |