Comment about bug.
This commit is contained in:
parent
8876bc0548
commit
1dfad80565
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,8 @@ int ssl_get_new_session(SSL *s, int session)
|
|||
CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX);
|
||||
if (r == NULL) break;
|
||||
/* else - woops a session_id match */
|
||||
/* XXX should also check external cache!
|
||||
* (But the probability of a collision is negligible, anyway...) */
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue