aboutsummaryrefslogtreecommitdiff
path: root/fips/fips_post.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-05 18:11:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-05 18:11:05 +0000
commit4692f9f7b6059a4175910d9537744446b71ae879 (patch)
treebafab089945bcf975260be1c5d92ac7bdd68caae /fips/fips_post.c
parent835d355b9793e718eeb2ccf685d984fbca8da561 (diff)
downloadopenssl-4692f9f7b6059a4175910d9537744446b71ae879.zip
openssl-4692f9f7b6059a4175910d9537744446b71ae879.tar.gz
openssl-4692f9f7b6059a4175910d9537744446b71ae879.tar.bz2
typo: use key for POST callback
Diffstat (limited to 'fips/fips_post.c')
-rw-r--r--fips/fips_post.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fips/fips_post.c b/fips/fips_post.c
index e55ec08..8cd2334 100644
--- a/fips/fips_post.c
+++ b/fips/fips_post.c
@@ -207,7 +207,6 @@ int fips_pkey_signature_test(int id, EVP_PKEY *pkey,
const char *fail_str)
{
int subid;
- void *ex = NULL;
int ret = 0;
unsigned char *sig = NULL;
unsigned int siglen;
@@ -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);
if (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 fips_post_success(id, subid, pkey);