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:
a43aa73
)
Make gcc -Wall happy ("might be used uninitialized...")
author
Ralf S. Engelschall
<rse@openssl.org>
Tue, 23 Feb 1999 07:47:30 +0000
(07:47 +0000)
committer
Ralf S. Engelschall
<rse@openssl.org>
Tue, 23 Feb 1999 07:47:30 +0000
(07:47 +0000)
crypto/rsa/rsa_oaep_test.c
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_oaep_test.c
b/crypto/rsa/rsa_oaep_test.c
index 681b5a7380235b6a83071c1699a52b378dc78d20..43d70bf5d6ec5c88f3e3e776abbc99687510fe71 100644
(file)
--- a/
crypto/rsa/rsa_oaep_test.c
+++ b/
crypto/rsa/rsa_oaep_test.c
@@
-191,7
+191,7
@@
int main()
unsigned char ptext_ex[] = "\x54\x85\x9b\x34\x2c\x49\xea\x2a";
unsigned char ctext_ex[256];
int plen;
- int clen;
+ int clen
= 0
;
int num;
plen = sizeof(ptext_ex) - 1;