diff options
| author | tb <> | 2018-03-17 15:12:56 +0000 |
|---|---|---|
| committer | tb <> | 2018-03-17 15:12:56 +0000 |
| commit | 47bd2696f108ed72a37c309a2c1d049aeee2c89d (patch) | |
| tree | 693ceaf9bf1ee171f1dc646660b23e8e873a78ce /src/lib/libcrypto/Makefile | |
| parent | 65699f19109f051e620133371f72270f87b16337 (diff) | |
| download | openbsd-47bd2696f108ed72a37c309a2c1d049aeee2c89d.tar.gz openbsd-47bd2696f108ed72a37c309a2c1d049aeee2c89d.tar.bz2 openbsd-47bd2696f108ed72a37c309a2c1d049aeee2c89d.zip | |
Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}()
Note that these functions return NULL in out-of-memory situations,
but contrary to OpenSSL's versions they do not set an error.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 85e6b0ee8d..18c7c0608a 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.24 2018/02/17 13:57:14 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2018/03/17 15:12:56 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -227,7 +227,7 @@ SRCS+= rmd_dgst.c rmd_one.c | |||
| 227 | SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c | 227 | SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c |
| 228 | SRCS+= rsa_pk1.c rsa_none.c rsa_oaep.c rsa_chk.c | 228 | SRCS+= rsa_pk1.c rsa_none.c rsa_oaep.c rsa_chk.c |
| 229 | SRCS+= rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c | 229 | SRCS+= rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c |
| 230 | SRCS+= rsa_pmeth.c rsa_crpt.c | 230 | SRCS+= rsa_pmeth.c rsa_crpt.c rsa_meth.c |
| 231 | 231 | ||
| 232 | # sha/ | 232 | # sha/ |
| 233 | SRCS+= sha1dgst.c sha1_one.c sha256.c sha512.c | 233 | SRCS+= sha1dgst.c sha1_one.c sha256.c sha512.c |
