diff options
author | 2014-05-04 21:08:16 +0000 | |
---|---|---|
committer | 2014-05-04 21:08:16 +0000 | |
commit | 9c7502242f92ef1771243b24501dd1d095c8af4d (patch) | |
tree | cc8bd730dbe5ba2f92997345293501ae92124f64 /lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod | |
parent | Factor out the code to set the expiry, renewal and rebinding times for (diff) | |
download | wireguard-openbsd-9c7502242f92ef1771243b24501dd1d095c8af4d.tar.xz wireguard-openbsd-9c7502242f92ef1771243b24501dd1d095c8af4d.zip |
Remove trailing whitespace.
ok jmc@
Diffstat (limited to 'lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod')
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod b/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod index e5ab12491e6..2f69109a7a9 100644 --- a/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod +++ b/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod @@ -27,7 +27,7 @@ the B<ssl> object. SSL_get_cipher() and SSL_get_cipher_name() are identical macros to obtain the name of the currently used cipher. SSL_get_cipher_bits() is a -macro to obtain the number of secret/algorithm bits used and +macro to obtain the number of secret/algorithm bits used and SSL_get_cipher_version() returns the protocol name. See L<SSL_CIPHER_get_name(3)|SSL_CIPHER_get_name(3)> for more details. |