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:
9e842a5
)
Fix Wmaybe-uninitialized: initialize variable
author
Emilia Kasper
<emilia@openssl.org>
Mon, 27 Apr 2015 13:58:39 +0000
(15:58 +0200)
committer
Emilia Kasper
<emilia@openssl.org>
Mon, 27 Apr 2015 14:17:27 +0000
(16:17 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/s_client.c
patch
|
blob
|
history
diff --git
a/apps/s_client.c
b/apps/s_client.c
index 13191a0adbf512fe819542bc1760395f218b6ad0..431a1069d7b9646deb4e8aac430669307535d126 100644
(file)
--- a/
apps/s_client.c
+++ b/
apps/s_client.c
@@
-654,7
+654,7
@@
int s_client_main(int argc, char **argv)
NULL;
char *passarg = NULL, *pass = NULL, *vfyCApath = NULL, *vfyCAfile = NULL;
char *sess_in = NULL, *sess_out = NULL, *crl_file = NULL, *p;
- char *jpake_secret = NULL, *xmpphost;
+ char *jpake_secret = NULL, *xmpphost
= NULL
;
const char *unix_path = NULL;
const char *ehlo = "mail.example.com";
struct sockaddr peer;