Add semicolon at the end of the function prototypes
authorPaul Yang <yang.yang@baishancloud.com>
Fri, 24 Aug 2018 12:38:04 +0000 (20:38 +0800)
committerPaul Yang <yang.yang@baishancloud.com>
Fri, 24 Aug 2018 12:45:47 +0000 (20:45 +0800)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7041)

doc/man3/EVP_sm3.pod
doc/man3/EVP_sm4_cbc.pod

index a68fe667f36b1f5c75436b259f2996ec5be284c5..50ec429c775650f061f22b6b85966f01aa402487 100644 (file)
@@ -9,7 +9,7 @@ EVP_sm3
 
  #include <openssl/evp.h>
 
- const EVP_MD *EVP_sm3(void)
+ const EVP_MD *EVP_sm3(void);
 
 =head1 DESCRIPTION
 
@@ -42,7 +42,7 @@ L<EVP_DigestInit(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
 Copyright 2017 Ribose Inc. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
index 38abfada319312e3ec733b9519ba3c1ea1d90c95..4e02409198366a46854b0ceedf3da671a4530cae 100644 (file)
@@ -13,11 +13,11 @@ EVP_sm4_ctr
 
  #include <openssl/evp.h>
 
- const EVP_CIPHER *EVP_sm4_cbc(void)
- const EVP_CIPHER *EVP_sm4_ecb(void)
- const EVP_CIPHER *EVP_sm4_cfb(void)
- const EVP_CIPHER *EVP_sm4_ofb(void)
- const EVP_CIPHER *EVP_sm4_ctr(void)
+ const EVP_CIPHER *EVP_sm4_cbc(void);
+ const EVP_CIPHER *EVP_sm4_ecb(void);
+ const EVP_CIPHER *EVP_sm4_cfb(void);
+ const EVP_CIPHER *EVP_sm4_ofb(void);
+ const EVP_CIPHER *EVP_sm4_ctr(void);
 
 =head1 DESCRIPTION
 
@@ -52,7 +52,7 @@ L<EVP_CIPHER_meth_new(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
 Copyright 2017 Ribose Inc. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use