From: Bodo Möller Date: Sat, 1 May 1999 00:07:42 +0000 (+0000) Subject: Broken line that was too long. X-Git-Tag: OpenSSL_0_9_3beta1~181 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dd1462fd1870af118fd781e5d316d6a7e8d75446;p=oweals%2Fopenssl.git Broken line that was too long. Submitted by: Reviewed by: PR: --- diff --git a/CHANGES b/CHANGES index 809472c39c..89bdc84b5c 100644 --- a/CHANGES +++ b/CHANGES @@ -6,8 +6,8 @@ Changes between 0.9.2b and 0.9.3 *) New function SSL_CTX_set_session_id_context that allows to set a default - value (so that you don't need SSL_set_session_id_context for each connection - using the SSL_CTX). + value (so that you don't need SSL_set_session_id_context for each + connection using the SSL_CTX). [Bodo Moeller] *) OAEP decoding bug fix.