CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/30 19:05:27
Modified files:
lib/libcrypto/buffer: buffer.c
Log message:
Remove unused BUF_reverse()
BUF_reverse() has no callers and is not part of the public API. Remove the
unused function, which also eliminates its -Wmissing-prototypes warning.
ok tb beck
