Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()
authortb <tb@openbsd.org>
Sat, 17 Feb 2018 13:57:14 +0000 (13:57 +0000)
committertb <tb@openbsd.org>
Sat, 17 Feb 2018 13:57:14 +0000 (13:57 +0000)
commit97c7ad8e33c5ce20f13ca4537b399778586b1580
treeaeb96ade3fa755a9d1421da8956548819d9d732d
parentf08abba079dae83ad95b35691473b9253691c43b
Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()
and BIO_meth_set_{puts,read,write}().

ok jsing
lib/libcrypto/Makefile
lib/libcrypto/Symbols.list
lib/libcrypto/bio/bio.h
lib/libcrypto/bio/bio_meth.c [new file with mode: 0644]