diff options
author | tb <> | 2023-07-28 10:17:21 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 10:17:21 +0000 |
commit | 39fd8a543e6f18ed3accea6db537f4a36fdb017d (patch) | |
tree | dc39f416023b0f99ec8cf84560368de1ed8d4d71 /src/lib/libcrypto/Makefile | |
parent | e56dd594e13ac1e9a8e37ebda000cf90e2a9ad20 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -201,7 +201,6 @@ SRCS+= bn_word.c | |||
201 | 201 | ||
202 | # buffer/ | 202 | # buffer/ |
203 | SRCS+= buf_err.c | 203 | SRCS+= buf_err.c |
204 | SRCS+= buf_str.c | ||
205 | SRCS+= buffer.c | 204 | SRCS+= buffer.c |
206 | 205 | ||
207 | # bytestring/ | 206 | # bytestring/ |