mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +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);
|
CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX);
|
||||||
if (r == NULL) break;
|
if (r == NULL) break;
|
||||||
/* else - woops a session_id match */
|
/* else - woops a session_id match */
|
||||||
|
/* XXX should also check external cache!
|
||||||
|
* (But the probability of a collision is negligible, anyway...) */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user