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:
4578122
)
Avoid warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 21 Dec 2007 01:35:14 +0000
(
01:35
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 21 Dec 2007 01:35:14 +0000
(
01:35
+0000)
fips/fips_test_suite.c
patch
|
blob
|
history
diff --git
a/fips/fips_test_suite.c
b/fips/fips_test_suite.c
index e16bbb81a106bb2883e2afdd5bce46ca279c1c12..055ef182afa16b01d2adb5e4806c46eccb17896f 100644
(file)
--- a/
fips/fips_test_suite.c
+++ b/
fips/fips_test_suite.c
@@
-148,7
+148,7
@@
static int FIPS_rsa_test(int bad)
BIGNUM *bn;
EVP_MD_CTX mctx;
EVP_PKEY pk;
- int r;
+ int r
= 0
;
ERR_clear_error();
EVP_MD_CTX_init(&mctx);