commit | df2ee0e27d2db02660c1d15fe6a3e38be9df0a60 | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@links.org> | Sat Sep 05 13:32:58 2015 +0100 |
committer | Ben Laurie <ben@links.org> | Fri Sep 11 04:51:55 2015 +0100 |
tree | 8a86e360b2f0c811186bf7009f20d13b0c65b820 | |
parent | 4c7103a5eee1dc472e256ac8818610c6e98a9a39 [diff] [blame] |
Enable -Wmissing-variable-declarations and -Wincompatible-pointer-types-discards-qualifiers (the latter did not require any code changes). Reviewed-by: Rich Salz <rsalz@openssl.org>
diff --git a/apps/s_client.c b/apps/s_client.c index 3eb495a..65e3bb8 100644 --- a/apps/s_client.c +++ b/apps/s_client.c
@@ -395,7 +395,7 @@ #endif -char *srtp_profiles = NULL; +static char *srtp_profiles = NULL; #ifndef OPENSSL_NO_NEXTPROTONEG /* This the context that we pass to next_proto_cb */