Avoid warning.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 18 Feb 2007 18:18:31 +0000 (18:18 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 18 Feb 2007 18:18:31 +0000 (18:18 +0000)
apps/s_client.c

index 0e6895f6fc9449dd1ee52f8c4e469a6bd04a93e8..09a835e618c150ccb8b8e60eed5d75bd8a817f09 100644 (file)
@@ -240,7 +240,7 @@ enum
        PROTO_SMTP,
        PROTO_POP3,
        PROTO_IMAP,
-       PROTO_FTP,
+       PROTO_FTP
 };
 
 int MAIN(int, char **);