Removed printfs

FossilOrigin-Name: 77548734a17a24c8f6bdff9b36e41752c565cf98e717092552a8c1b440fe71c8
This commit is contained in:
7u83@mail.ru 2014-08-02 08:15:45 +00:00
parent 9d59839548
commit ff24156330
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ int dtls_openssl_bio_puts(BIO *b, const char *str)
int dtls_openssl_bio_free(BIO *bio)
{
printf("Bio free\n");
if (bio == NULL)
return 0;
return 1;