Fix warning and make no-tlsext work.

This commit is contained in:
Dr. Stephen Henson
2007-08-12 18:56:14 +00:00
parent 3444961787
commit 367eb1f125
6 changed files with 108 additions and 101 deletions

View File

@@ -649,5 +649,5 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
client_server ? "server": "client",
extname, type, len);
BIO_dump(bio, (char *)data, len);
BIO_flush(bio);
(void)BIO_flush(bio);
}