summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CIPHER_get_name.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-02-14 21:49:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-02-14 21:49:38 +0000
commit477fd4596feb89fe943130c8b1a4e37a0d3764bb (patch)
tree06e988b58c9127180ea9ce61841064bcfa736f9f /doc/ssl/SSL_CIPHER_get_name.pod
parent30b1b28aff8911c6a39890e78f8358079a415353 (diff)
PR: 1835
Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
Diffstat (limited to 'doc/ssl/SSL_CIPHER_get_name.pod')
-rw-r--r--doc/ssl/SSL_CIPHER_get_name.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_CIPHER_get_name.pod b/doc/ssl/SSL_CIPHER_get_name.pod
index f81f692df5..f62a869a9b 100644
--- a/doc/ssl/SSL_CIPHER_get_name.pod
+++ b/doc/ssl/SSL_CIPHER_get_name.pod
@@ -28,7 +28,7 @@ SSL_CIPHER_get_version() returns the protocol version for B<cipher>, currently
SSL_CIPHER_description() returns a textual description of the cipher used
into the buffer B<buf> of length B<len> provided. B<len> must be at least
-128 bytes, otherwise a pointer to the the string "Buffer too small" is
+128 bytes, otherwise a pointer to the string "Buffer too small" is
returned. If B<buf> is NULL, a buffer of 128 bytes is allocated using
OPENSSL_malloc(). If the allocation fails, a pointer to the string
"OPENSSL_malloc Error" is returned.