=> 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.7fnb1 --- dh512.h --- --- dh2048.h --- --- pound.o --- --- http.o --- --- config.o --- --- poundctl.o --- --- 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.7f\" -DC_SSL=\"/usr\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"\" -DC_GROUP=\"\" -DC_SUPER=\"0\" -DC_CERT1L=\"\" -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.7f\" -DC_SSL=\"/usr\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"\" -DC_GROUP=\"\" -DC_SUPER=\"0\" -DC_CERT1L=\"\" -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.7f\" -DC_SSL=\"/usr\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"\" -DC_GROUP=\"\" -DC_SUPER=\"0\" -DC_CERT1L=\"\" -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 --- pound.o --- clang -DF_CONF=\"/usr/pkg/etc/pound.cfg\" -DVERSION=\"2.7f\" -DC_SSL=\"/usr\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"\" -DC_GROUP=\"\" -DC_SUPER=\"0\" -DC_CERT1L=\"\" -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 --- 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 --- 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.h:490:9: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern get_thr_qlen(void); ~~~~~~ ^ 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])) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pound.c:93:20: note: place parentheses around the assignment to silence this warning if(ret_val = pthread_mutex_lock(&l_array[n])) ^ ( ) pound.c:93:20: note: use '==' to turn this assignment into an equality comparison if(ret_val = pthread_mutex_lock(&l_array[n])) ^ == pound.c:96:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(ret_val = pthread_mutex_unlock(&l_array[n])) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pound.c:96:20: note: place parentheses around the assignment to silence this warning if(ret_val = pthread_mutex_unlock(&l_array[n])) ^ ( ) pound.c:96:20: note: use '==' to turn this assignment into an equality comparison if(ret_val = pthread_mutex_unlock(&l_array[n])) ^ == pound.c:173:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] get_thr_qlen(void) ^ --- 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); ^ ./pound.h:490:9: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern get_thr_qlen(void); ~~~~~~ ^ --- 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); ^ ./pound.h:490:9: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern get_thr_qlen(void); ~~~~~~ ^ http.c:86:35: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] code, code_msg, safe_url, strlen(cont)); ^~~~~~~~~~~~ --- 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] DECLARE_LHASH_OF(TABNODE); ^ ./pound.h:490:9: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern get_thr_qlen(void); ~~~~~~ ^ --- http.o --- http.c:655:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:675:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:686:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:694:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:721:21: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ http.c:796:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:815:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:823:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:847:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:855:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:879:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:513: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:917:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:925:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:937:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:945:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:980:25: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:992:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1005:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1024:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1039:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1052:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1065:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1078:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1088:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:513: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:1147:25: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1173:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1185:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1204:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1210:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1217:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1228:18: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1239:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1246:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1262:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1373:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1416:29: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1430:29: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1450:25: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1464:17: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1474:25: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1482:25: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1502:33: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1509:33: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1521:29: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1533:33: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1550:21: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:1628:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] clean_all(); ^ http.c:513: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:198: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:198: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:198: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:214: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:214: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:214: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:571: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:571:36: error: unexpected type name 'TABNODE': expected expression if((res->sessions = LHM_lh_new(TABNODE, t)) == NULL) ^ config.c:571:45: error: use of undeclared identifier 't' if((res->sessions = LHM_lh_new(TABNODE, t)) == NULL) ^ config.c:914: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); ^ 10 warnings and 2 errors generated. *** [config.o] Error code 1 make: stopped in /data/scratch/www/pound/work/Pound-2.7f --- pound.o --- 5 warnings generated. --- poundctl.o --- 3 warnings generated. --- dh512.h --- .....................+...+.......+.....+....................+................................................................................................................................+....+................+.............................................................+................................+...................................................................................+.................+.........................+.........+.....................................................+........+........................................................................+.................................+...........+.................+..............+....+............+.................................+.........................................++*++*++*++*++*++* --- http.o --- 52 warnings generated. --- dh2048.h --- ...........................................................................................................................................................................................................................................................................................................................................................+................................................+..........................................................................................................................................................................................................................................................................................+.................................................................................................................................+...............................................................................................................................................................................+........................+........+........................................................+..................................................................................+..................................................................................................................................................................................................................................................................................................................................................+................................................+............................................................................................................................................................................................................................................................................................................+.....................................................................+....................+.............................................................................................+...........+.....................................................................................................................................................................................+............................................................................+...............................................................................................................................................................................................................+...........................+...........................+..........................................................................+..........................................................................+.............+.................................................................................................................................................................................................................................................+........+...............................................................................................................................................................................................................+.....................+......................................................+...............................................................................................+.+........................................................................................................................................................+.....................................................................................................................................................................+..........................................+......................................................................................................................+..........................................................................................................................................................+..............................................+......................................................................................................................................................................................+.......................................................................................................+...............................+...................................................+...................................+.....................+..+...........+..................................................................................................................................................................+.................................................................+..........................................+............................+......................................................+.....................+..................++*++* 1 error make: stopped in /data/scratch/www/pound/work/Pound-2.7f *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/www/pound *** Error code 1 Stop. make: stopped in /data/pkgsrc/www/pound