diff options
author | Richard Levitte <levitte@openssl.org> | 2003-03-20 12:41:59 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-03-20 12:41:59 +0100 |
commit | d177e6180d2b353b2fa024a5b98bcb017168edbd (patch) | |
tree | 737523a6ef3021a5e881bfd60673cf59f43f5b33 /doc/ssl/SSL_CTX_set_options.pod | |
parent | Make sure that all the library paths are modified in prepend mode, not (diff) | |
download | openssl-d177e6180d2b353b2fa024a5b98bcb017168edbd.tar.xz openssl-d177e6180d2b353b2fa024a5b98bcb017168edbd.zip |
Spelling errors.
PR: 538
Diffstat (limited to '')
-rw-r--r-- | doc/ssl/SSL_CTX_set_options.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_CTX_set_options.pod b/doc/ssl/SSL_CTX_set_options.pod index f5e2ec3555..766f0c9200 100644 --- a/doc/ssl/SSL_CTX_set_options.pod +++ b/doc/ssl/SSL_CTX_set_options.pod @@ -176,7 +176,7 @@ will send his list of preferences to the client and the client chooses. =item SSL_OP_NETSCAPE_CA_DN_BUG If we accept a netscape connection, demand a client cert, have a -non-self-sighed CA which does not have it's CA in netscape, and the +non-self-signed CA which does not have its CA in netscape, and the browser has a cert, it will crash/hang. Works for 3.x and 4.xbeta =item SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG |