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
commite393551162848dd712d0c5a922f6ef5522fb5ca2 (patch)
treedc39f416023b0f99ec8cf84560368de1ed8d4d71 /src/lib/libcrypto/Makefile
parent43dacb06bd0d2779c2a59be0c69a4defc6fcb419 (diff)
downloadopenbsd-e393551162848dd712d0c5a922f6ef5522fb5ca2.tar.gz
openbsd-e393551162848dd712d0c5a922f6ef5522fb5ca2.tar.bz2
openbsd-e393551162848dd712d0c5a922f6ef5522fb5ca2.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/