mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
Comment about bug.
This commit is contained in:
parent
8876bc0548
commit
1dfad80565
@ -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 New Issue
Block a user