diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2020-07-15 10:26:35 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-07-19 18:45:30 +0200 |
commit | f64f17c3e011a00febed2bf6bc17ca7e030fc69e (patch) | |
tree | 68689e86365774747b768f3b05de94383239f5f6 /doc/man3/EVP_rc5_32_12_16_cbc.pod | |
parent | util/find-doc-nits: relax some SYNOPSIS checks (diff) | |
download | openssl-f64f17c3e011a00febed2bf6bc17ca7e030fc69e.tar.xz openssl-f64f17c3e011a00febed2bf6bc17ca7e030fc69e.zip |
Added missing ';' after methods in the synopsis section of pod files
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12452)
Diffstat (limited to 'doc/man3/EVP_rc5_32_12_16_cbc.pod')
-rw-r--r-- | doc/man3/EVP_rc5_32_12_16_cbc.pod | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/man3/EVP_rc5_32_12_16_cbc.pod b/doc/man3/EVP_rc5_32_12_16_cbc.pod index 0876fab612..4de6df0187 100644 --- a/doc/man3/EVP_rc5_32_12_16_cbc.pod +++ b/doc/man3/EVP_rc5_32_12_16_cbc.pod @@ -13,11 +13,11 @@ EVP_rc5_32_12_16_ofb #include <openssl/evp.h> - const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void) - const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void) - const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void) - const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void) - const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void) + const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void); + const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void); + const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void); + const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void); + const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void); =head1 DESCRIPTION @@ -79,4 +79,3 @@ in the file LICENSE in the source distribution or at L<https://www.openssl.org/source/license.html>. =cut - |