]> git.ipfire.org Git - thirdparty/openssl.git/commit
crypto/err/err_all.c: load SM2 error strings
authorEugene Syromiatnikov <esyr@openssl.org>
Mon, 30 Mar 2026 09:23:31 +0000 (11:23 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Fri, 3 Apr 2026 15:32:38 +0000 (17:32 +0200)
commit6830f6281303b7c4ddb6957f4a90734a0ca82b8e
treedbe59149fc60fe964578e0594af6881594c522d4
parent1b97a9ae19b8779835e0c9ad6b4f0460d984fd6a
crypto/err/err_all.c: load SM2 error strings

The function ossl_err_load_SM2_strings() exists, but wasn't called
in ossl_err_load_crypto_strings().  Rescind this omission.

Fixes: 3d328a445c2a "Add SM2 signature and ECIES schemes"
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Fri Apr  3 15:32:47 2026
(Merged from https://github.com/openssl/openssl/pull/30625)
crypto/err/err_all.c