diff options
| author | tb <> | 2018-03-17 15:19:12 +0000 |
|---|---|---|
| committer | tb <> | 2018-03-17 15:19:12 +0000 |
| commit | ff154a0391cfcee220c90f520739c6f08f97c2aa (patch) | |
| tree | b098ccdac17cb9ccf01e46859b80d5ce671af779 /src/lib/libcrypto/Makefile | |
| parent | 47bd2696f108ed72a37c309a2c1d049aeee2c89d (diff) | |
| download | openbsd-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/Makefile | 3 |
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 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -117,6 +117,7 @@ SRCS+= dh_ameth.c dh_pmeth.c dh_prn.c | |||
| 117 | # dsa/ | 117 | # dsa/ |
| 118 | SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c | 118 | SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c |
| 119 | SRCS+= dsa_err.c dsa_ossl.c dsa_depr.c dsa_ameth.c dsa_pmeth.c dsa_prn.c | 119 | SRCS+= dsa_err.c dsa_ossl.c dsa_depr.c dsa_ameth.c dsa_pmeth.c dsa_prn.c |
| 120 | SRCS+= dsa_meth.c | ||
| 120 | 121 | ||
| 121 | # dso/ | 122 | # dso/ |
| 122 | SRCS+= dso_dlfcn.c dso_err.c dso_lib.c dso_null.c | 123 | SRCS+= dso_dlfcn.c dso_err.c dso_lib.c dso_null.c |
