summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-04-14 11:13:47 +0000
committerBen Laurie <ben@openssl.org>1999-04-14 11:13:47 +0000
commit8f7de4f04cb16528386cb126d28ea3dc0a0c6a10 (patch)
tree3020449fa871da70c1f7495ff4ed9a235104e220 /ssl/ssl.h
parent52a48254c745838615a4d6cb050f0cbf3ed979b5 (diff)
Typo.
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 4bb1a2eceb..bea99a7769 100644
--- 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