diff options
Diffstat (limited to 'doc/man3/EVP_chacha20.pod')
-rw-r--r-- | doc/man3/EVP_chacha20.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/EVP_chacha20.pod b/doc/man3/EVP_chacha20.pod index 5218ee215f..00890bb383 100644 --- a/doc/man3/EVP_chacha20.pod +++ b/doc/man3/EVP_chacha20.pod @@ -10,8 +10,8 @@ EVP_chacha20_poly1305 #include <openssl/evp.h> - const EVP_CIPHER *EVP_chacha20(void) - const EVP_CIPHER *EVP_chacha20_poly1305(void) + const EVP_CIPHER *EVP_chacha20(void); + const EVP_CIPHER *EVP_chacha20_poly1305(void); =head1 DESCRIPTION |