linuxkm rsa: don't forget to unregister pkcs1pad akcipher.

This commit is contained in:
jordan
2025-05-21 16:32:39 -05:00
parent 8fef82cc59
commit d396987863

View File

@ -860,8 +860,9 @@ static int linuxkm_lkcapi_unregister(void)
UNREGISTER_ALG(pkcs1_sha3_384, sig);
UNREGISTER_ALG(pkcs1_sha3_512, sig);
#endif /* WOLFSSL_SHA3 */
#endif /* !LINUXKM_AKCIPHER_NO_SIGNVERIFY */
UNREGISTER_ALG(pkcs1pad, akcipher);
#endif /* !LINUXKM_AKCIPHER_NO_SIGNVERIFY */
#endif /* LINUXKM_LKCAPI_REGISTER_RSA */
#ifdef LINUXKM_LKCAPI_REGISTER_DH