Moved out most ob mavl_ into libmavl.

Current libmavl is here:
https://svn.planix.org/rsrch/trunk/libmavl
This commit is contained in:
2022-07-18 01:15:17 +02:00
parent 1734000f41
commit 8d09b1d596
46 changed files with 94 additions and 1370 deletions

View File

@ -38,7 +38,7 @@
BIO_METHOD *dtls_openssl_bio_method()
{
int index = BIO_get_new_index() ;
index = BIO_TYPE_DGRAM;
/* index = BIO_TYPE_DGRAM;*/
cw_dbg(DBG_DTLS_BIO, "Creating new OpenSSL BIO Methods");
BIO_METHOD * bio_methods;