bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] OpenSSL


From: Jeffrey Walton
Subject: [Bug-wget] OpenSSL
Date: Fri, 20 Sep 2019 23:45:19 -0400

Hi Everyone,

I'm testing a new configuration. Wget 1.20.3 and OpenSSL 1.1.1d. One
minor warning:

gcc -DHAVE_CONFIG_H
-DSYSTEM_WGETRC=\"/home/jwalton/bootstrap/etc/wgetrc\"
-DLOCALEDIR=\"/home/jwalton/bootstrap/share/locale\" -I.  -I../lib
-I../lib -I/home/jwalton/bootstrap/include
-I/home/jwalton/bootstrap/include -DHAVE_LIBSSL -DNDEBUG   -MT
version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c
mv -f .deps/version.Tpo .deps/version.Po
openssl.c: In function 'ssl_init':
openssl.c:178:7: warning: 'OPENSSL_config' is deprecated
[-Wdeprecated-declarations]
       OPENSSL_config (NULL);
       ^~~~~~~~~~~~~~
In file included from /home/jwalton/bootstrap/include/openssl/e_os2.h:13:0,
                 from /home/jwalton/bootstrap/include/openssl/ssl.h:15,
                 from openssl.c:40:
/home/jwalton/bootstrap/include/openssl/conf.h:91:25: note: declared here
 DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
                         ^
/home/jwalton/bootstrap/include/openssl/opensslconf.h:127:37: note: in
definition of macro 'DECLARE_DEPRECATED'
 #   define DECLARE_DEPRECATED(f)    f __attribute__ ((deprecated));
                                     ^
/home/jwalton/bootstrap/include/openssl/conf.h:91:1: note: in
expansion of macro 'DEPRECATEDIN_1_1_0'
 DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
 ^~~~~~~~~~~~~~~~~~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]