=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for pound-2.8 --- dh512.h --- --- dh2048.h --- --- pound.o --- --- http.o --- --- config.o --- --- poundctl.o --- --- pound.o --- clang -DF_CONF=\"/usr/pkg/etc/pound.cfg\" -DVERSION=\"2.8\" -DC_SSL=\"/usr\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"\" -DC_GROUP=\"\" -DC_SUPER=\"0\" -O2 -I/usr/pkg/include -I/usr/include -pthread -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -pthread -DDH_LEN=2048 -I/usr/include -I/usr/pkg/include -I/usr/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -I/usr/include -c pound.c --- dh512.h --- openssl dhparam -5 -C -noout 512 > dh512.h --- dh2048.h --- openssl dhparam -5 -C -noout 2048 > dh2048.h --- http.o --- clang -DF_CONF=\"/usr/pkg/etc/pound.cfg\" -DVERSION=\"2.8\" -DC_SSL=\"/usr\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"\" -DC_GROUP=\"\" -DC_SUPER=\"0\" -O2 -I/usr/pkg/include -I/usr/include -pthread -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -pthread -DDH_LEN=2048 -I/usr/include -I/usr/pkg/include -I/usr/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -I/usr/include -c http.c --- config.o --- clang -DF_CONF=\"/usr/pkg/etc/pound.cfg\" -DVERSION=\"2.8\" -DC_SSL=\"/usr\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"\" -DC_GROUP=\"\" -DC_SUPER=\"0\" -O2 -I/usr/pkg/include -I/usr/include -pthread -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -pthread -DDH_LEN=2048 -I/usr/include -I/usr/pkg/include -I/usr/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -I/usr/include -c config.c --- poundctl.o --- clang -DF_CONF=\"/usr/pkg/etc/pound.cfg\" -DVERSION=\"2.8\" -DC_SSL=\"/usr\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"\" -DC_GROUP=\"\" -DC_SUPER=\"0\" -O2 -I/usr/pkg/include -I/usr/include -pthread -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -pthread -DDH_LEN=2048 -I/usr/include -I/usr/pkg/include -I/usr/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -I/usr/include -c poundctl.c --- dh2048.h --- Generating DH parameters, 2048 bit long safe prime, generator 5 This is going to take a long time --- dh512.h --- Generating DH parameters, 512 bit long safe prime, generator 5 This is going to take a long time --- http.o --- In file included from http.c:28: ./pound.h:348:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] DECLARE_LHASH_OF(TABNODE); ^ http.c:150:19: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else { ^ --- pound.o --- In file included from pound.c:28: ./pound.h:348:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] DECLARE_LHASH_OF(TABNODE); ^ pound.c:93:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(ret_val = pthread_mutex_lock(&l_array[n])) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- http.o --- http.c:677:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ --- pound.o --- pound.c:93:20: note: place parentheses around the assignment to silence this warning --- http.o --- ^ --- pound.o --- if(ret_val = pthread_mutex_lock(&l_array[n])) ^ ( ) pound.c:93:20: note: use '==' to turn this assignment into an equality comparison --- http.o --- /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here --- pound.o --- if(ret_val = pthread_mutex_lock(&l_array[n])) ^ == --- http.o --- DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ --- pound.o --- pound.c:96:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] --- http.o --- /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' --- pound.o --- if(ret_val = pthread_mutex_unlock(&l_array[n])) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pound.c:96:20: note: place parentheses around the assignment to silence this warning --- http.o --- # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ --- pound.o --- if(ret_val = pthread_mutex_unlock(&l_array[n])) ^ ( ) --- http.o --- /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' --- pound.o --- pound.c:96:20: note: use '==' to turn this assignment into an equality comparison --- http.o --- # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ --- pound.o --- if(ret_val = pthread_mutex_unlock(&l_array[n])) ^ == --- http.o --- http.c:697:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:708:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:716:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:745:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:755:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:764:25: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:834:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:844:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:863:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:871:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:895:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:903:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ --- poundctl.o --- In file included from poundctl.c:28: ./pound.h:348:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] DECLARE_LHASH_OF(TABNODE); ^ --- http.o --- http.c:927:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:951:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:965:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:973:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:985:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:993:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1028:25: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ --- poundctl.o --- poundctl.c:353:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ --- config.o --- In file included from config.c:32: ./pound.h:348:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] --- http.o --- http.c:1040:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ --- config.o --- DECLARE_LHASH_OF(TABNODE); ^ --- http.o --- http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1053:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1072:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1087:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1100:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1113:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1126:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1136:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1148:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1159:25: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1170:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1194:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1206:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1225:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1231:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1238:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1249:18: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1260:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1267:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1283:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1394:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1437:29: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1451:29: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1471:25: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1485:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1495:25: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1503:25: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1523:33: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1530:33: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1542:29: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1554:33: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1571:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ http.c:1648:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:535:42: note: expanded from macro 'clean_all' if(ssl != NULL) { ERR_clear_error(); ERR_remove_state(0); } \ ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ --- config.o --- config.c:197:45: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] temp[local_count] = strndup(ASN1_STRING_data(name->d.dNSName), ASN1_STRING_length(name->d.dNSName) ^ /usr/include/openssl/asn1.h:553:1: note: 'ASN1_STRING_data' has been explicitly marked deprecated here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ /usr/include/openssl/opensslconf.h:127:34: note: expanded from macro 'DEPRECATEDIN_1_1_0' # define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ config.c:197:45: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] temp[local_count] = strndup(ASN1_STRING_data(name->d.dNSName), ASN1_STRING_length(name->d.dNSName) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/string.h:87:27: note: passing argument to parameter here char *strndup(const char *, size_t); ^ config.c:197:35: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] temp[local_count] = strndup(ASN1_STRING_data(name->d.dNSName), ASN1_STRING_length(name->d.dNSName) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ config.c:213:45: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] result[i] = strndup(temp[i], strlen(temp[i])+1); ^~~~~~~ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ config.c:213:29: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] result[i] = strndup(temp[i], strlen(temp[i])+1); ^~~~~~~ /usr/include/string.h:87:27: note: passing argument to parameter here char *strndup(const char *, size_t); ^ config.c:213:19: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] result[i] = strndup(temp[i], strlen(temp[i])+1); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ config.c:569:25: warning: implicit declaration of function 'LHM_lh_new' is invalid in C99 [-Wimplicit-function-declaration] if((res->sessions = LHM_lh_new(TABNODE, t)) == NULL) ^ config.c:569:36: error: unexpected type name 'TABNODE': expected expression if((res->sessions = LHM_lh_new(TABNODE, t)) == NULL) ^ config.c:569:45: error: use of undeclared identifier 't' if((res->sessions = LHM_lh_new(TABNODE, t)) == NULL) ^ config.c:910:28: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(fnmatch(pc->subjectAltNames[i], server_name, 0) == 0) { ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/fnmatch.h:54:26: note: passing argument to parameter here int fnmatch(const char *, const char *, int); ^ 9 warnings and 2 errors generated. *** [config.o] Error code 1 make: stopped in /data/scratch/www/pound/work/Pound-2.8 --- poundctl.o --- 2 warnings generated. --- pound.o --- 3 warnings generated. --- http.o --- 55 warnings generated. --- dh512.h --- ...................................+.+.....+........+..+..+...............+..............................+...................+..............................................+.................+..............................+......................................+...+................................+.............+.....+..............................................+...........................................................+............+......................+.............................................................................+............................................+...................+................+.........+.............................................+..........................................+.......................................+...+......+......................+.....................+...................+....................+....+.........+........+................................................................+..........+......+........................................................................+.......................................+............................................+.............+........................................+...........+............+..+.......+...................................................+.........................+...+.................+....+....+.....+...+...............................+......+.................+..............................................++*++*++*++*++*++* --- dh2048.h --- ..........................................+..................................................................................................................................................................................................................................................................+.......................................+.................................................................................................................+.........................................................................................................+...........................................................................+.......................................................................................................................+....................................................+..............................................................+...+............+...+................+........................................................................................................................+...........................................................................................................................+.........................................................................................................................+..................................................................................+..................................................+....................................+.......................................................................................................................................................................................+......................+.........................................................................................................................................................................+..............................+........................................+.........+.................................+...........................................................................................................................................................................................................................+........................................................................................................+..........+......................................................................+........................................................................................................................................................+................+...........................................................................................................................................................+.............................................................................................................................................................................................................................................................+..................................................................................................+..............................+.................+............................+.......................................................................+.+...+......................................................+............................................................................................................................................................................................................................................+....+...................................................................................................................................+.......................................................................................................................................................................................+.....................................................+............................................+........................................................................................................................................................................................+...........................................................................+............................................................+.........................................................+...................................................................................+...............................+..................................................................................................+........+...........................................................................................+...........................+..............................................................................................+..........................................................................+............................................+.......................................................................................................................................................................................................................................................................................+.+.....+..........+.......+..................+...............................................+............................................................................................................................+...........................................................................................................................+...............................+.............................................................................................................+........................................................................................................................................................................................................................................................................................+...................................................+..................+....................+.........................................+................................+.....................................................................................................................................................................+.............................................................................................................................+...............................................+.............................................................................................................................................................+.....................................................................+..................................................................................................................................................................................................................................+......+.................................................................................................................+...+.................+..................+...........................+........................................................................................................................................+...............+................................................................................+...........................................................................................................................+......................+............+................................................................................................................................................................+..................................................................................................................................................+...............................................................................................+........................................................................................................................+............+................................................................................................................................................................................................................................................................................+..........+...................+..................................................................................................................................................................................+..............................................................+..........+..............................................................................................................+.................................................+..............................................................................................+............................................+.........................+...................+....................................................................................................+..........................................................................................................................+............................................+..................................................................................+.................................................................................................................................+......................................+..................................+...........................................................................................................................................................................................................................+.......................................................................................................................+.......................................................................................................................................................+.....................................................................................................+.+.....................................................................................................................................................................................................+.............................................+...............................................+.......................+............................................................................................................................................................................................................+.................................+..........+..................................................................................................................+.....................+....................................................................+...................................................................................................................................................................................................................................................................................................................+....................................+.........................................................................................................+...................................................+................................................................+......................+...................................................+...................................+............................................................+...........................................+...........................................................+................................................................................................+........................................................................................................................+.....................................................................................................................................................................................................................+................................................................+........................................................................................+.....................................................................................................................+..+.......................+........................+.....................+...............................................+.............................................................................+..............................................................+..................+..........................................................................+.....................................................................................................................+..................................................................................................................................................................+......................................................................................................................................................................+................................................................................................+..................................................................................................................+........+...................................................................................................+........................................................................................................................+............................+..................+...............................................................................+......................+.........................................................................................................................+..........................................................................+.......+..........................................................................................................................................................................+...............................+.............................+....................................+.............................+.......................+.................................................................+...............................................................................+..............+.....................................................................................................................................................................................................................................+.................................................................+.............+................................................................................................................................................................................................................................+.......................................+....................+.........................+....................................................................................................................................................+...................................................................................................................................................................................................................................................................................................................................+.......................................................................................................................................................................+...+................................................+................................................................................................................................................+..................................................+......................................................................................................................+..........................................................................................................................................+.......................................................................................+.....................................................................................................................+..................................................................................................................................................+................+.....................+.....................+.............................................................+......+.................................................................................+................................................................................+........+.................................................................................+..........................................................................................................................................................................................................................................+................................................................................................................................................+...................+...................+.....................................................................................................+........................................................+...............................................................................................+...........................................................................+.................................................................................................................................................................................+................................................................................................................................................................................................+............................................................................+...............................................................................................+...................................................+................................................................................................................+........................+........................................+..........................................................................+.............................................................+................................+..................+.................................................................+.................................................................................................................................................................................................+.........................................................................+.................................................................+.......................................................................................................................................................................+.......+....................+..................+..........................................+................................+..................................................................................................................................................................................................+....................................................................................................................+...................................................................................................+..........................+...........................................................+........................+............................................+....+.............................................................+......++*++* 1 error make: stopped in /data/scratch/www/pound/work/Pound-2.8 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/www/pound *** Error code 1 Stop. make: stopped in /data/pkgsrc/www/pound