summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sm2/sm2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/sm2/sm2.h')
-rw-r--r--src/lib/libcrypto/sm2/sm2.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/sm2/sm2.h b/src/lib/libcrypto/sm2/sm2.h
index 92eef8a6de..dee75eb68b 100644
--- a/src/lib/libcrypto/sm2/sm2.h
+++ b/src/lib/libcrypto/sm2/sm2.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sm2.h,v 1.1.1.1 2021/08/18 16:04:32 tb Exp $ */ 1/* $OpenBSD: sm2.h,v 1.2 2022/07/12 14:42:50 kn Exp $ */
2/* 2/*
3 * Copyright (c) 2017, 2019 Ribose Inc 3 * Copyright (c) 2017, 2019 Ribose Inc
4 * 4 *
@@ -59,10 +59,6 @@ int SM2_decrypt(const EC_KEY *key, const EVP_MD *digest,
59 const uint8_t *ciphertext, size_t ciphertext_len, uint8_t *ptext_buf, 59 const uint8_t *ciphertext, size_t ciphertext_len, uint8_t *ptext_buf,
60 size_t *ptext_len); 60 size_t *ptext_len);
61 61
62/* BEGIN ERROR CODES */
63/* The following lines are auto generated by the script mkerr.pl. Any changes
64 * made after this point may be overwritten when the script is next run.
65 */
66void ERR_load_SM2_strings(void); 62void ERR_load_SM2_strings(void);
67 63
68/* Error codes for the SM2 functions. */ 64/* Error codes for the SM2 functions. */