Removed printfs
FossilOrigin-Name: 77548734a17a24c8f6bdff9b36e41752c565cf98e717092552a8c1b440fe71c8
This commit is contained in:
parent
9d59839548
commit
ff24156330
@ -72,7 +72,6 @@ int dtls_openssl_bio_puts(BIO *b, const char *str)
|
|||||||
|
|
||||||
int dtls_openssl_bio_free(BIO *bio)
|
int dtls_openssl_bio_free(BIO *bio)
|
||||||
{
|
{
|
||||||
printf("Bio free\n");
|
|
||||||
if (bio == NULL)
|
if (bio == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user