projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01fc2c1
)
typo: use key for POST callback
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 5 Nov 2011 18:11:16 +0000
(18:11 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 5 Nov 2011 18:11:16 +0000
(18:11 +0000)
fips/fips_post.c
patch
|
blob
|
history
diff --git
a/fips/fips_post.c
b/fips/fips_post.c
index e55ec0840798822d9c004b698662a22f31b86f4d..8cd233436294e6a832253b6a590c750179f9099c 100644
(file)
--- 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);