summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_bf_cbc.pod
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-07-15 18:26:35 +1000
committerRichard Levitte <levitte@openssl.org>2020-07-19 18:45:30 +0200
commitf64f17c3e011a00febed2bf6bc17ca7e030fc69e (patch)
tree68689e86365774747b768f3b05de94383239f5f6 /doc/man3/EVP_bf_cbc.pod
parent93e32043cbf75d0802bca9782e61a241acb1ec2d (diff)
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_bf_cbc.pod')
-rw-r--r--doc/man3/EVP_bf_cbc.pod11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/man3/EVP_bf_cbc.pod b/doc/man3/EVP_bf_cbc.pod
index a0376c6b5c..ef9f2c2374 100644
--- a/doc/man3/EVP_bf_cbc.pod
+++ b/doc/man3/EVP_bf_cbc.pod
@@ -13,11 +13,11 @@ EVP_bf_ofb
#include <openssl/evp.h>
- const EVP_CIPHER *EVP_bf_cbc(void)
- const EVP_CIPHER *EVP_bf_cfb(void)
- const EVP_CIPHER *EVP_bf_cfb64(void)
- const EVP_CIPHER *EVP_bf_ecb(void)
- const EVP_CIPHER *EVP_bf_ofb(void)
+ const EVP_CIPHER *EVP_bf_cbc(void);
+ const EVP_CIPHER *EVP_bf_cfb(void);
+ const EVP_CIPHER *EVP_bf_cfb64(void);
+ const EVP_CIPHER *EVP_bf_ecb(void);
+ const EVP_CIPHER *EVP_bf_ofb(void);
=head1 DESCRIPTION
@@ -59,4 +59,3 @@ in the file LICENSE in the source distribution or at
L<https://www.openssl.org/source/license.html>.
=cut
-