Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Still more openssl fallout?
With up-to-date sources:
# compile syslogd/tls.o
/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-gcc -O2 -fPIE -g -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/build/netbsd-local/dest/amd64 -I/build/netbsd-local/src_ro/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -Wredundant-decls -DINET6 -DLIBWRAP -D_KERNTYPES -c /build/netbsd-local/src_ro/usr.sbin/syslogd/tls.c
/build/netbsd-local/src_ro/usr.sbin/syslogd/tls.c: In function 'get_dh1024':
/build/netbsd-local/src_ro/usr.sbin/syslogd/tls.c:115:7: error: implicit declaration of function 'DH_set0_pqg' [-Werror=implicit-function-declaration]
if (!DH_set0_pqg(dh, p, NULL, g))
^
/build/netbsd-local/src_ro/usr.sbin/syslogd/tls.c: In function 'match_hostnames':
/build/netbsd-local/src_ro/usr.sbin/syslogd/tls.c:481:9: error: implicit declaration of function 'ASN1_STRING_get0_data' [-Werror=implicit-function-declaration]
ASN1_STRING_get0_data(gn->d.ia5);
^
/build/netbsd-local/src_ro/usr.sbin/syslogd/tls.c:480:23: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
const char *str = (const char *)
^
cc1: all warnings being treated as errors
*** [tls.o] Error code 1
+------------------+--------------------------+----------------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
+------------------+--------------------------+----------------------------+
Home |
Main Index |
Thread Index |
Old Index