From e393551162848dd712d0c5a922f6ef5522fb5ca2 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 10:17:21 +0000 Subject: 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 --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.147 2023/07/28 10:02:11 tb Exp $ +# $OpenBSD: Makefile,v 1.148 2023/07/28 10:17:21 tb Exp $ LIB= crypto LIBREBUILD=y @@ -201,7 +201,6 @@ SRCS+= bn_word.c # buffer/ SRCS+= buf_err.c -SRCS+= buf_str.c SRCS+= buffer.c # bytestring/ -- cgit v1.2.3-55-g6feb