Checking if compiler supports X86 CPUID feature... yes
Checking if compiler supports X86 SSE2 feature... yes
Checking if compiler supports X86 AESNI feature... yes, via -maes
ar: `u' modifier ignored since `D' is the default (see `U')
lib/crypto/crypto_keys_subr.c: In function ‘crypto_keys_subr_import_RSA_priv’:
lib/crypto/crypto_keys_subr.c:178:23: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’
if (import_BN(&(*key)->n, &buf, &buflen))
^~
lib/crypto/crypto_keys_subr.c: In function ‘crypto_keys_subr_generate_RSA’:
lib/crypto/crypto_keys_subr.c:409:2: warning: ‘RSA_generate_key’ is deprecated [-Wdeprecated-declarations]
*priv = RSA_generate_key(2048, 65537, NULL, NULL);
^
In file included from /usr/include/openssl/e_os2.h:13:0,
from /usr/include/openssl/bn.h:27,
from lib/crypto/crypto_keys_subr.c:8:
/usr/include/openssl/rsa.h:193:1: note: declared here
DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
^
make[1]: *** [lib/crypto/lib_libtarsnap_a-crypto_keys_subr.o] Error 1
make: *** [all] Error 2