From 36729dfed048bc0fe100881beaa75ee443855fe4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 17 Mar 2018 15:19:12 +0000 Subject: 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 --- src/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.25 2018/03/17 15:12:56 tb Exp $ +# $OpenBSD: Makefile,v 1.26 2018/03/17 15:19:12 tb Exp $ LIB= crypto LIBREBUILD=y @@ -117,6 +117,7 @@ SRCS+= dh_ameth.c dh_pmeth.c dh_prn.c # dsa/ SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c SRCS+= dsa_err.c dsa_ossl.c dsa_depr.c dsa_ameth.c dsa_pmeth.c dsa_prn.c +SRCS+= dsa_meth.c # dso/ SRCS+= dso_dlfcn.c dso_err.c dso_lib.c dso_null.c -- cgit v1.2.3-55-g6feb