Comment about bug.

This commit is contained in:
Bodo Möller 1999-05-23 13:15:35 +00:00
parent 8876bc0548
commit 1dfad80565

View file

@ -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