From: Bodo Möller Date: Sun, 23 May 1999 13:15:35 +0000 (+0000) Subject: Comment about bug. X-Git-Tag: OpenSSL_0_9_3beta2~3 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=1dfad80565312a520b719bfd5115aedf9f3f1487 Comment about bug. --- diff --git a/ssl/ssl_sess.c b/ssl/ssl_sess.c index 29e6cc16ce..e918d9854f 100644 --- a/ssl/ssl_sess.c +++ b/ssl/ssl_sess.c @@ -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