CVS: cvs.openbsd.org: src
Kenjiro NAKAYAMA <[email protected]> Thu, 30 Jul 2026 19:05:27 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
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