diff options
Diffstat (limited to 'lib/libcrypto/sm2/sm2.h')
-rw-r--r-- | lib/libcrypto/sm2/sm2.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypto/sm2/sm2.h b/lib/libcrypto/sm2/sm2.h index 74d1464452c..dee75eb68b4 100644 --- a/lib/libcrypto/sm2/sm2.h +++ b/lib/libcrypto/sm2/sm2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sm2.h,v 1.1 2021/08/18 16:04:32 tb Exp $ */ +/* $OpenBSD: sm2.h,v 1.2 2022/07/12 14:42:50 kn Exp $ */ /* * Copyright (c) 2017, 2019 Ribose Inc * @@ -59,10 +59,6 @@ int SM2_decrypt(const EC_KEY *key, const EVP_MD *digest, const uint8_t *ciphertext, size_t ciphertext_len, uint8_t *ptext_buf, size_t *ptext_len); -/* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes - * made after this point may be overwritten when the script is next run. - */ void ERR_load_SM2_strings(void); /* Error codes for the SM2 functions. */ |