summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-07-28 10:17:21 +0000
committertb <>2023-07-28 10:17:21 +0000
commit39fd8a543e6f18ed3accea6db537f4a36fdb017d (patch)
treedc39f416023b0f99ec8cf84560368de1ed8d4d71 /src/lib/libcrypto/Makefile
parente56dd594e13ac1e9a8e37ebda000cf90e2a9ad20 (diff)
downloadopenbsd-39fd8a543e6f18ed3accea6db537f4a36fdb017d.tar.gz
openbsd-39fd8a543e6f18ed3accea6db537f4a36fdb017d.tar.bz2
openbsd-39fd8a543e6f18ed3accea6db537f4a36fdb017d.zip
Remove BUF_[a-z]* API
This are a bunch of strange string handlers with NULL checks that make no real sense except to some devs who like to sprinkle them everywhere. Fortunately, nothing uses these anymore, so they can go. ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 6d9a6ca858..a174cc1b20 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.147 2023/07/28 10:02:11 tb Exp $ 1# $OpenBSD: Makefile,v 1.148 2023/07/28 10:17:21 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -201,7 +201,6 @@ SRCS+= bn_word.c
201 201
202# buffer/ 202# buffer/
203SRCS+= buf_err.c 203SRCS+= buf_err.c
204SRCS+= buf_str.c
205SRCS+= buffer.c 204SRCS+= buffer.c
206 205
207# bytestring/ 206# bytestring/