Commit 1dfad805 authored by Bodo Möller's avatar Bodo Möller
Browse files

Comment about bug.

parent 8876bc05
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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