From 1dfad80565312a520b719bfd5115aedf9f3f1487 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sun, 23 May 1999 13:15:35 +0000 Subject: [PATCH] Comment about bug. --- ssl/ssl_sess.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1