Typo.
authorBen Laurie <ben@openssl.org>
Wed, 14 Apr 1999 11:13:47 +0000 (11:13 +0000)
committerBen Laurie <ben@openssl.org>
Wed, 14 Apr 1999 11:13:47 +0000 (11:13 +0000)
CHANGES
ssl/ssl.h

diff --git a/CHANGES b/CHANGES
index 8fe8d2943d985693bb02780328955089182fc972..b331a7dc663df285a7614ba00909a264a2473691 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@
 
  Changes between 0.9.2b and 0.9.3
 
+  *) Fix typo in SSL_[gs]et_options().
+     [Nils Frostberg <nils@medcom.se>]
+
   *) Delete various functions and files that belonged to the (now obsolete)
      old X509V3 handling code.
      [Steve Henson]
index 4bb1a2eceb05691429989d2d3fe4e88bd12b7407..bea99a77690ca30bce57dec0eda3236cbd9b7594 100644 (file)
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -297,9 +297,9 @@ typedef struct ssl_session_st
 #define SSL_CTX_get_options(ctx) \
        SSL_CTX_ctrl(ctx,SSL_CTRL_OPTIONS,0,NULL)
 #define SSL_set_options(ssl,op) \
-       SSL_ctrl(ctx,SSL_CTRL_OPTIONS,0,NULL)
+       SSL_ctrl(ssl,SSL_CTRL_OPTIONS,0,NULL)
 #define SSL_get_options(ssl) \
-        SSL_ctrl(ctx,SSL_CTRL_OPTIONS,0,NULL)
+        SSL_ctrl(ssl,SSL_CTRL_OPTIONS,0,NULL)
 
 #define SSL_OP_NO_SSLv2                                        0x01000000L
 #define SSL_OP_NO_SSLv3                                        0x02000000L