CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/02/24 00:53:01
Modified files: lib/libcrypto/err: err.c Log message: Remove last calls to CRYPTO_{push,pop}_info() These don't do anything but return 0 and will be garbage collected in the upcoming bump. ok jsing