summaryrefslogtreecommitdiffstats
path: root/crypto/sm2/sm2_err.c
diff options
context:
space:
mode:
authorJack Lloyd <jack.lloyd@ribose.com>2018-04-06 09:45:41 -0400
committerMatt Caswell <matt@openssl.org>2018-06-04 11:59:40 +0100
commite425f90fffd33786b6d45b46b67dc8bb61baecc7 (patch)
treeccfa1b6a799a793a86ca0fd8dfe277c8a5641a90 /crypto/sm2/sm2_err.c
parentc4d9ef4cc5bf1c48a74b64879622ae9fd6f26b03 (diff)
Make SM2 functions private
Address issue #5670 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6386)
Diffstat (limited to 'crypto/sm2/sm2_err.c')
-rw-r--r--crypto/sm2/sm2_err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sm2/sm2_err.c b/crypto/sm2/sm2_err.c
index 0c051f68b6..6f244a5eb0 100644
--- a/crypto/sm2/sm2_err.c
+++ b/crypto/sm2/sm2_err.c
@@ -9,7 +9,7 @@
*/
#include <openssl/err.h>
-#include <openssl/sm2err.h>
+#include "internal/sm2err.h"
#ifndef OPENSSL_NO_ERR