summaryrefslogtreecommitdiffstats
path: root/crypto/include
diff options
context:
space:
mode:
authorNicola Tuveri <nic.tuv@gmail.com>2018-07-13 11:48:29 +0300
committerMatt Caswell <matt@openssl.org>2018-07-16 10:17:40 +0100
commit51f3021d974f32539a2727908018664963695b5d (patch)
tree0f94ffba67e4ba9a13c050b94ef74ed425b1f2a5 /crypto/include
parent3c849bc901fa191fc517bc20d905783e6e428de5 (diff)
Remove stale SM2 error codes
Run `make update ERROR_REBUILD=-rebuild` to remove some stale error codes for SM2 (which is now using its own submodule for error codes, i.e., `SM2_*`). Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6690)
Diffstat (limited to 'crypto/include')
-rw-r--r--crypto/include/internal/sm2err.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/include/internal/sm2err.h b/crypto/include/internal/sm2err.h
index f32d26c04b..9a7e2b6275 100644
--- a/crypto/include/internal/sm2err.h
+++ b/crypto/include/internal/sm2err.h
@@ -15,6 +15,9 @@
# ifndef OPENSSL_NO_SM2
+# ifdef __cplusplus
+extern "C"
+# endif
int ERR_load_SM2_strings(void);
/*