CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/28 04:17:21
Modified files:
lib/libcrypto : Makefile Symbols.list
lib/libcrypto/buffer: buffer.h
Removed files:
lib/libcrypto/buffer: buf_str.c
Log message:
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
