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:
0f817d3
)
Fix warning.
author
Ben Laurie
<ben@links.org>
Sat, 29 Mar 2014 19:51:58 +0000
(19:51 +0000)
committer
Ben Laurie
<ben@links.org>
Sat, 29 Mar 2014 19:51:58 +0000
(19:51 +0000)
apps/ciphers.c
patch
|
blob
|
history
diff --git
a/apps/ciphers.c
b/apps/ciphers.c
index 52da70245a89d9ad3aec6a3f65900ed216519cd3..4c2f01d8cfbdb8b572e860bf3a9c7969badfa3b6 100644
(file)
--- a/
apps/ciphers.c
+++ b/
apps/ciphers.c
@@
-96,7
+96,7
@@
int MAIN(int argc, char **argv)
SSL *ssl=NULL;
char *ciphers=NULL;
const SSL_METHOD *meth=NULL;
- STACK_OF(SSL_CIPHER) *sk;
+ STACK_OF(SSL_CIPHER) *sk
=NULL
;
char buf[512];
BIO *STDout=NULL;