projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f223f0c
)
Broken line that was too long.
author
Bodo Möller
<bodo@openssl.org>
Sat, 1 May 1999 00:07:42 +0000
(
00:07
+0000)
committer
Bodo Möller
<bodo@openssl.org>
Sat, 1 May 1999 00:07:42 +0000
(
00:07
+0000)
Submitted by:
Reviewed by:
PR:
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 809472c39c12b6c182878043bf5bff046170216a..89bdc84b5cf040b56c49ba04522d4d8bb7828251 100644
(file)
--- 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.