projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5d1a5dd
)
ispell
author
Ulf Möller
<ulf@openssl.org>
Mon, 18 Sep 2000 22:58:02 +0000
(22:58 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Mon, 18 Sep 2000 22:58:02 +0000
(22:58 +0000)
doc/ssl/SSL_CTX_set_cipher_list.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_CTX_set_cipher_list.pod
b/doc/ssl/SSL_CTX_set_cipher_list.pod
index
1f0daa5
..
b8c1a3f
100644
(file)
--- a/
doc/ssl/SSL_CTX_set_cipher_list.pod
+++ b/
doc/ssl/SSL_CTX_set_cipher_list.pod
@@
-23,10
+23,10
@@
SSL_set_cipher_list() sets the list of ciphers only for B<ssl>.
=head1 NOTES
=head1 NOTES
-The control string B<str> should be universally us
e
able and not depend
+The control string B<str> should be universally usable and not depend
on details of the library configuration (ciphers compiled in). Thus no
syntax checking takes place. Items that are not recognized, because the
on details of the library configuration (ciphers compiled in). Thus no
syntax checking takes place. Items that are not recognized, because the
-corre
n
sponding ciphers are not compiled in or because they are mistyped,
+corresponding ciphers are not compiled in or because they are mistyped,
are simply ignored. Failure is only flagged if no ciphers could be collected
at all.
are simply ignored. Failure is only flagged if no ciphers could be collected
at all.