From d5c54f3990b49d7c7d6a410016e85e8e58803895 Mon Sep 17 00:00:00 2001 From: Monty Date: Sun, 29 Jan 2017 18:18:19 +0200 Subject: Fixed compiler warnings - Removed not used variables - Added __attribute__() - Added static to some local functions (gcc 5.4 gives a warning for external functions without an external definition) --- extra/yassl/src/ssl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'extra') diff --git a/extra/yassl/src/ssl.cpp b/extra/yassl/src/ssl.cpp index 7069140dcda..982d462e3b8 100644 --- a/extra/yassl/src/ssl.cpp +++ b/extra/yassl/src/ssl.cpp @@ -774,7 +774,6 @@ int SSL_CTX_load_verify_locations(SSL_CTX* ctx, const char* file, const char* path) { int ret = SSL_FAILURE; - const int HALF_PATH = 128; if (file) ret = read_file(ctx, file, SSL_FILETYPE_PEM, CA); -- cgit v1.2.1