Package: tor Version: 0.2.8.10-1 Severity: serious Tags: upstream Tor 0.2.8.10 fails to build from source on a variety of archs, including the arms, s390x and ppc64el. It does build on x86.
| ../src/common/aes.c:158:20: error: field 'evp' has incomplete type | EVP_CIPHER_CTX evp; | ^~~ | ../src/common/aes.c: In function 'evaluate_ctr_for_aes': | ../src/common/aes.c:254:5: warning: implicit declaration of function 'AES_ctr128_encrypt' [-Wimplicit-function-declaration] | AES_ctr128_encrypt(&zero[i], &output[i], 1, &key, ivec, ivec_tmp, &pos); | ^~~~~~~~~~~~~~~~~~ | ../src/common/aes.c:254:5: warning: nested extern declaration of 'AES_ctr128_encrypt' [-Wnested-externs]