CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/02/17 06:57:14
Modified files: lib/libcrypto : Makefile Symbols.list lib/libcrypto/bio: bio.h Added files: lib/libcrypto/bio: bio_meth.c Log message: Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}() and BIO_meth_set_{puts,read,write}(). ok jsing