CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2018/05/13 07:48:08
Modified files: lib/libcrypto : crypto.h lib/libcrypto/asn1: a_bitstr.c f_int.c Log message: Use recallocarray() instead of OPENSSL_realloc_clean(). Also place all of the OPENSSL_* memory related prototypes under #ifndef LIBRESSL_INTERNAL. ok beck@ tb@