CC module-webif-lib.c
module-webif-lib.c: In function ‘SSL_Webif_Init’:
module-webif-lib.c:869:21: warning: implicit declaration of function ‘SSLv3_server_method’ [-Wimplicit-function-declaration] ctx = SSL_CTX_new(SSLv3_server_method());
module-webif-lib.c:869:21: warning: passing argument 1 of ‘SSL_CTX_new’ makes pointer from integer without a cast [-Wint-conversion]
In file included from module-webif-lib.h:6:0,
from module-webif-lib.c:7:
/usr/include/openssl/ssl.h:2131:10: note: expected ‘const SSL_METHOD * {aka const struct ssl_method_st *}’ but argument is of type ‘int’ SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
CC module-webif-tpl.c