diff options
author | deraadt <> | 2003-06-21 01:38:55 +0000 |
---|---|---|
committer | deraadt <> | 2003-06-21 01:38:55 +0000 |
commit | a81dac43d76aca48a36afe9d991ea38782ddc395 (patch) | |
tree | 1e2c38ae029e96ccee7b9172b0e734c4f953ec8c | |
parent | 032d9a965adfb74e42b18dc939b34fcda2cf740e (diff) | |
download | openbsd-a81dac43d76aca48a36afe9d991ea38782ddc395.tar.gz openbsd-a81dac43d76aca48a36afe9d991ea38782ddc395.tar.bz2 openbsd-a81dac43d76aca48a36afe9d991ea38782ddc395.zip |
the the
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_free.pod | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod b/src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod index 4b91c63ba0..914eb7c9e3 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod | |||
@@ -28,7 +28,7 @@ SSL_CIPHER_get_version() returns the protocol version for B<cipher>, currently | |||
28 | 28 | ||
29 | SSL_CIPHER_description() returns a textual description of the cipher used | 29 | SSL_CIPHER_description() returns a textual description of the cipher used |
30 | into the buffer B<buf> of length B<len> provided. B<len> must be at least | 30 | into the buffer B<buf> of length B<len> provided. B<len> must be at least |
31 | 128 bytes, otherwise a pointer to the the string "Buffer too small" is | 31 | 128 bytes, otherwise a pointer to the string "Buffer too small" is |
32 | returned. If B<buf> is NULL, a buffer of 128 bytes is allocated using | 32 | returned. If B<buf> is NULL, a buffer of 128 bytes is allocated using |
33 | OPENSSL_malloc(). If the allocation fails, a pointer to the string | 33 | OPENSSL_malloc(). If the allocation fails, a pointer to the string |
34 | "OPENSSL_malloc Error" is returned. | 34 | "OPENSSL_malloc Error" is returned. |
diff --git a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod index d15b2a3a1a..74f05301ec 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod | |||
@@ -28,7 +28,7 @@ specifies the B<verify_callback> function to be used. If no callback function | |||
28 | shall be specified, the NULL pointer can be used for B<verify_callback>. In | 28 | shall be specified, the NULL pointer can be used for B<verify_callback>. In |
29 | this case last B<verify_callback> set specifically for this B<ssl> remains. If | 29 | this case last B<verify_callback> set specifically for this B<ssl> remains. If |
30 | no special B<callback> was set before, the default callback for the underlying | 30 | no special B<callback> was set before, the default callback for the underlying |
31 | B<ctx> is used, that was valid at the the time B<ssl> was created with | 31 | B<ctx> is used, that was valid at the time B<ssl> was created with |
32 | L<SSL_new(3)|SSL_new(3)>. | 32 | L<SSL_new(3)|SSL_new(3)>. |
33 | 33 | ||
34 | SSL_CTX_set_verify_depth() sets the maximum B<depth> for the certificate chain | 34 | SSL_CTX_set_verify_depth() sets the maximum B<depth> for the certificate chain |
diff --git a/src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod b/src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod index 558de01df9..110ec73ab6 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod | |||
@@ -14,7 +14,7 @@ SSL_SESSION_free - free an allocated SSL_SESSION structure | |||
14 | 14 | ||
15 | SSL_SESSION_free() decrements the reference count of B<session> and removes | 15 | SSL_SESSION_free() decrements the reference count of B<session> and removes |
16 | the B<SSL_SESSION> structure pointed to by B<session> and frees up the allocated | 16 | the B<SSL_SESSION> structure pointed to by B<session> and frees up the allocated |
17 | memory, if the the reference count has reached 0. | 17 | memory, if the reference count has reached 0. |
18 | 18 | ||
19 | =head1 NOTES | 19 | =head1 NOTES |
20 | 20 | ||
diff --git a/src/lib/libssl/src/doc/ssl/SSL_free.pod b/src/lib/libssl/src/doc/ssl/SSL_free.pod index 2d4f8b6168..13c1abd9ec 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_free.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_free.pod | |||
@@ -14,7 +14,7 @@ SSL_free - free an allocated SSL structure | |||
14 | 14 | ||
15 | SSL_free() decrements the reference count of B<ssl>, and removes the SSL | 15 | SSL_free() decrements the reference count of B<ssl>, and removes the SSL |
16 | structure pointed to by B<ssl> and frees up the allocated memory if the | 16 | structure pointed to by B<ssl> and frees up the allocated memory if the |
17 | the reference count has reached 0. | 17 | reference count has reached 0. |
18 | 18 | ||
19 | =head1 NOTES | 19 | =head1 NOTES |
20 | 20 | ||