CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/12 12:51:59
Modified files:
lib/libcrypto/bio: bio.h bss_acpt.c bss_conn.c bss_mem.c
Log message:
const qualifiers for BIO_new_mem_buf(), BIO_new_connect() and
BIO_new_accept(). The one for BIO_new_mem_buf() is a bit ugly
since it needs to cast away the newly added const qualifier,
as in OpenSSL commit 8ab31975bac.
ok jsing
