提交 4692f9f7 编写于 作者: D Dr. Stephen Henson

typo: use key for POST callback

上级 835d355b
...@@ -207,7 +207,6 @@ int fips_pkey_signature_test(int id, EVP_PKEY *pkey, ...@@ -207,7 +207,6 @@ int fips_pkey_signature_test(int id, EVP_PKEY *pkey,
const char *fail_str) const char *fail_str)
{ {
int subid; int subid;
void *ex = NULL;
int ret = 0; int ret = 0;
unsigned char *sig = NULL; unsigned char *sig = NULL;
unsigned int siglen; unsigned int siglen;
...@@ -335,7 +334,7 @@ int fips_pkey_signature_test(int id, EVP_PKEY *pkey, ...@@ -335,7 +334,7 @@ int fips_pkey_signature_test(int id, EVP_PKEY *pkey,
FIPSerr(FIPS_F_FIPS_PKEY_SIGNATURE_TEST,FIPS_R_TEST_FAILURE); FIPSerr(FIPS_F_FIPS_PKEY_SIGNATURE_TEST,FIPS_R_TEST_FAILURE);
if (fail_str) if (fail_str)
FIPS_add_error_data(2, "Type=", fail_str); FIPS_add_error_data(2, "Type=", fail_str);
fips_post_failed(id, subid, ex); fips_post_failed(id, subid, pkey);
return 0; return 0;
} }
return fips_post_success(id, subid, pkey); return fips_post_success(id, subid, pkey);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册