=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> 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 uftp-4.1.2nb2 gcc -g -Wall -DHAS_GETIFADDRS -DNO_DUAL -DNO_MCAST_JOIN -DNOSIOCGIFINDEX -c uftp_common.c gcc -g -Wall -DHAS_GETIFADDRS -DNO_DUAL -DNO_MCAST_JOIN -DNOSIOCGIFINDEX -c encrypt_openssl.c gcc -g -Wall -DHAS_GETIFADDRS -DNO_DUAL -DNO_MCAST_JOIN -DNOSIOCGIFINDEX -c server_announce.c gcc -g -Wall -DHAS_GETIFADDRS -DNO_DUAL -DNO_MCAST_JOIN -DNOSIOCGIFINDEX -c server_transfer.c encrypt_openssl.c: In function 'encrypt_block': encrypt_openssl.c:352:20: error: storage size of 'ctx' isn't known EVP_CIPHER_CTX ctx; ^~~ encrypt_openssl.c:352:20: warning: unused variable 'ctx' [-Wunused-variable] encrypt_openssl.c: In function 'decrypt_block': encrypt_openssl.c:456:20: error: storage size of 'ctx' isn't known EVP_CIPHER_CTX ctx; ^~~ encrypt_openssl.c:456:20: warning: unused variable 'ctx' [-Wunused-variable] encrypt_openssl.c: In function 'hash': encrypt_openssl.c:572:16: error: storage size of 'hashctx' isn't known EVP_MD_CTX hashctx; ^~~~~~~ encrypt_openssl.c:582:9: warning: implicit declaration of function 'EVP_MD_CTX_cleanup'; did you mean 'EVP_MD_CTX_create'? [-Wimplicit-function-declaration] EVP_MD_CTX_cleanup(&hashctx); ^~~~~~~~~~~~~~~~~~ EVP_MD_CTX_create encrypt_openssl.c:572:16: warning: unused variable 'hashctx' [-Wunused-variable] EVP_MD_CTX hashctx; ^~~~~~~ In file included from /usr/include/openssl/asn1.h:23:0, from /usr/include/openssl/objects.h:15, from /usr/include/openssl/evp.h:28, from encrypt_openssl.c:39: encrypt_openssl.c: In function 'create_ECDSA_sig': encrypt_openssl.c:793:36: error: dereferencing pointer to incomplete type 'ECDSA_SIG {aka struct ECDSA_SIG_st}' sval = rval + BN_num_bytes(_sig->r); ^ encrypt_openssl.c: In function 'KDF': encrypt_openssl.c:876:42: warning: passing argument 5 of 'hash' from incompatible pointer type [-Wincompatible-pointer-types] if (!hash(HASH_SHA1, in, inlen, out, outlen)) { ^~~~~~ encrypt_openssl.c:569:5: note: expected 'unsigned int *' but argument is of type 'size_t * {aka long unsigned int *}' int hash(int hashtype, const unsigned char *src, unsigned int srclen, ^~~~ encrypt_openssl.c: In function 'import_RSA_key': encrypt_openssl.c:923:16: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}' if (((*rsa)->e = BN_bin2bn((const unsigned char *)&rsablob->exponent, ^~ In file included from /usr/include/openssl/asn1.h:23:0, from /usr/include/openssl/objects.h:15, from /usr/include/openssl/evp.h:28, from encrypt_openssl.c:39: encrypt_openssl.c: In function 'export_RSA_key': encrypt_openssl.c:951:25: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}' if (BN_num_bytes(rsa->e) > sizeof(bin_exponent)) { ^ encrypt_openssl.c: In function 'gen_RSA_key': encrypt_openssl.c:1083:5: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] if ((rsa = RSA_generate_key(bits ? bits : DEF_RSA_LEN, ^~ In file included from /usr/include/openssl/evp.h:13:0, from encrypt_openssl.c:39: /usr/include/openssl/rsa.h:234:1: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^ gmake: *** [makefile:202: encrypt_openssl.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/net/uftp *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/net/uftp