summaryrefslogtreecommitdiff
path: root/CHANGES.SSLeay
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-16 17:22:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-16 17:22:51 +0000
commit9990cb75c1131904b0d6958a83ac12cc84135170 (patch)
tree413f6c1a3dfc2a2dee34dc9047a71fbab981c723 /CHANGES.SSLeay
parenta5cc69c7ae0cf1086968d9d9a49a002a704128de (diff)
downloadopenssl-new-9990cb75c1131904b0d6958a83ac12cc84135170.tar.gz
PR: 1894
Submitted by: Ger Hobbelt <ger@hobbelt.com> Approved by: steve@openssl.org Fix various typos and stuff.
Diffstat (limited to 'CHANGES.SSLeay')
-rw-r--r--CHANGES.SSLeay2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.SSLeay b/CHANGES.SSLeay
index dbb80b003d..ca5cd72976 100644
--- a/CHANGES.SSLeay
+++ b/CHANGES.SSLeay
@@ -148,7 +148,7 @@ eric (about to go bushwalking for the 4 day easter break :-)
This would tend to cause memory overwrites since SSLv3 has
a maximum packet size of 16k. If your program uses
buffers <= 16k, you would probably never see this problem.
- - Fixed a new errors that were cause by malloc() not returning
+ - Fixed a few errors that were cause by malloc() not returning
0 initialised memory..
- SSL_OP_NETSCAPE_CA_DN_BUG was being switched on when using
SSL_CTX_set_options(ssl_ctx,SSL_OP_ALL); which was a bad thing