diff options
author | tb <> | 2023-07-28 10:02:11 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 10:02:11 +0000 |
commit | 8d8ca2c8c440c1df72455fe4055627e4110c3973 (patch) | |
tree | 1367f561dd03f95b820968cb0b6444737ae3cb13 /src/lib/libcrypto/Makefile | |
parent | f0045e366b4be4794ddf9c7123b1bb43169d83ea (diff) | |
download | openbsd-8d8ca2c8c440c1df72455fe4055627e4110c3973.tar.gz openbsd-8d8ca2c8c440c1df72455fe4055627e4110c3973.tar.bz2 openbsd-8d8ca2c8c440c1df72455fe4055627e4110c3973.zip |
Remove ASN1_bn_print() and ASN1_buf_print()
ASN1_bn_print() is a hilariously bad API that was replaced with a saner
interface internally. ASN1_buf_print() isn't terrible, but it is too
specialized to be of real use. It was only exposed because ASN1_bn_print()
was already there. Its only use had been in the EdDSA printing code before
it was replaced with an internal helper.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d44a18846f..6d9a6ca858 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.146 2023/07/28 09:53:55 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.147 2023/07/28 10:02:11 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -114,7 +114,6 @@ SRCS+= p5_pbe.c | |||
114 | SRCS+= p5_pbev2.c | 114 | SRCS+= p5_pbev2.c |
115 | SRCS+= p8_pkey.c | 115 | SRCS+= p8_pkey.c |
116 | SRCS+= t_crl.c | 116 | SRCS+= t_crl.c |
117 | SRCS+= t_pkey.c | ||
118 | SRCS+= t_req.c | 117 | SRCS+= t_req.c |
119 | SRCS+= t_spki.c | 118 | SRCS+= t_spki.c |
120 | SRCS+= t_x509.c | 119 | SRCS+= t_x509.c |