summaryrefslogtreecommitdiff
path: root/fips
diff options
context:
space:
mode:
authorsteve <steve>2011-11-05 18:11:05 +0000
committersteve <steve>2011-11-05 18:11:05 +0000
commit3674856198ac736be62faa0aa548a0a4c31a6a26 (patch)
treea2b8f101e29e02afc7a4b2e4608fc26e00f9d5da /fips
parent5c93cf11716fd64a24584aac5f1cad4452dd34c9 (diff)
downloadopenssl-3674856198ac736be62faa0aa548a0a4c31a6a26.tar.gz
typo: use key for POST callback
Diffstat (limited to 'fips')
-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 e55ec0840..8cd233436 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);