CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/05/02 09:51:41
Modified files: lib/libcrypto/evp: bio_b64.c bio_enc.c bio_md.c evp.h Log message: Add const qualifiers to return value of BIO_f_{base64,cipher,md}(). tested in bulk by sthen ok jsing