Updates from 1.0.0-stable branch.
This commit is contained in:
@@ -176,7 +176,10 @@ void dtls1_free(SSL *s)
|
||||
void dtls1_clear(SSL *s)
|
||||
{
|
||||
ssl3_clear(s);
|
||||
s->version=DTLS1_VERSION;
|
||||
if (s->options & SSL_OP_CISCO_ANYCONNECT)
|
||||
s->version=DTLS1_BAD_VER;
|
||||
else
|
||||
s->version=DTLS1_VERSION;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user