summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2018-03-17 15:19:12 +0000
committertb <>2018-03-17 15:19:12 +0000
commitff154a0391cfcee220c90f520739c6f08f97c2aa (patch)
treeb098ccdac17cb9ccf01e46859b80d5ce671af779 /src/lib/libcrypto/Makefile
parent47bd2696f108ed72a37c309a2c1d049aeee2c89d (diff)
downloadopenbsd-ff154a0391cfcee220c90f520739c6f08f97c2aa.tar.gz
openbsd-ff154a0391cfcee220c90f520739c6f08f97c2aa.tar.bz2
openbsd-ff154a0391cfcee220c90f520739c6f08f97c2aa.zip
Add DSA_meth_{dup,free,new,set_{finish,sign}}()
As in RSA_meth_*, note that these functions return NULL in out-of-memory situations, but they do not set an error explicitly. ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 18c7c0608a..4817a4c260 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.25 2018/03/17 15:12:56 tb Exp $ 1# $OpenBSD: Makefile,v 1.26 2018/03/17 15:19:12 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -117,6 +117,7 @@ SRCS+= dh_ameth.c dh_pmeth.c dh_prn.c
117# dsa/ 117# dsa/
118SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c 118SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c
119SRCS+= dsa_err.c dsa_ossl.c dsa_depr.c dsa_ameth.c dsa_pmeth.c dsa_prn.c 119SRCS+= dsa_err.c dsa_ossl.c dsa_depr.c dsa_ameth.c dsa_pmeth.c dsa_prn.c
120SRCS+= dsa_meth.c
120 121
121# dso/ 122# dso/
122SRCS+= dso_dlfcn.c dso_err.c dso_lib.c dso_null.c 123SRCS+= dso_dlfcn.c dso_err.c dso_lib.c dso_null.c