summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/pubkey/sm2/sm2_enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/third_party/botan/src/lib/pubkey/sm2/sm2_enc.h')
-rw-r--r--comm/third_party/botan/src/lib/pubkey/sm2/sm2_enc.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/comm/third_party/botan/src/lib/pubkey/sm2/sm2_enc.h b/comm/third_party/botan/src/lib/pubkey/sm2/sm2_enc.h
new file mode 100644
index 0000000000..ea8c43d9d5
--- /dev/null
+++ b/comm/third_party/botan/src/lib/pubkey/sm2/sm2_enc.h
@@ -0,0 +1,15 @@
+/*
+* SM2 Encryption
+* (C) 2017 Ribose Inc
+*
+* Botan is released under the Simplified BSD License (see license.txt)
+*/
+
+#ifndef BOTAN_SM2_ENC_KEY_H_
+#define BOTAN_SM2_ENC_KEY_H_
+
+#include <botan/sm2.h>
+
+BOTAN_DEPRECATED_HEADER(sm2_enc.h)
+
+#endif