summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-01 00:07:42 +0000
committerBodo Möller <bodo@openssl.org>1999-05-01 00:07:42 +0000
commitdd1462fd1870af118fd781e5d316d6a7e8d75446 (patch)
tree645676221900ea94fef7234da62658c42a4b538d /CHANGES
parentf223f0c05433c10772a97a11eaeacf78392edc46 (diff)
downloadopenssl-dd1462fd1870af118fd781e5d316d6a7e8d75446.tar.gz
Broken line that was too long.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
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.