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:
d1049ad
)
Avoid warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 18 Feb 2007 18:18:31 +0000
(18:18 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 18 Feb 2007 18:18:31 +0000
(18:18 +0000)
apps/s_client.c
patch
|
blob
|
history
diff --git
a/apps/s_client.c
b/apps/s_client.c
index 0e6895f6fc9449dd1ee52f8c4e469a6bd04a93e8..09a835e618c150ccb8b8e60eed5d75bd8a817f09 100644
(file)
--- a/
apps/s_client.c
+++ b/
apps/s_client.c
@@
-240,7
+240,7
@@
enum
PROTO_SMTP,
PROTO_POP3,
PROTO_IMAP,
- PROTO_FTP
,
+ PROTO_FTP
};
int MAIN(int, char **);