Implementation notes: sparcv9, t5120, crypto_encrypt/ronald2048

Computer: t5120
Architecture: sparcv9
CPU ID: unknown CPU ID
SUPERCOP version: 20180818
Operation: crypto_encrypt
Primitive: ronald2048

Compiler output

Implementation: openssl
Security model: unknown
Compiler: gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
keypair.c: keypair.c: In function 'crypto_encrypt_ronald2048_openssl_keypair':
keypair.c: keypair.c:15:3: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations]
keypair.c: r = RSA_generate_key(MODULUS_BYTES * 8,3,0,0);
keypair.c: ^
keypair.c: In file included from /usr/include/openssl/rsa.h:13,
keypair.c: from keypair.c:2:
keypair.c: /usr/include/openssl/rsa.h:234:1: note: declared here
keypair.c: DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
keypair.c: ^~~~~~~~~~~~~~~~~~
keypair.c: In file included from /usr/include/openssl/asn1.h:23,
keypair.c: from /usr/include/openssl/rsa.h:16,
keypair.c: from keypair.c:2:
keypair.c: keypair.c:20:23: error: dereferencing pointer to incomplete type 'RSA' {aka 'struct rsa_st'}
keypair.c: len = BN_num_bytes(r->n); if (len > MODULUS_BYTES) goto error;
keypair.c: ^~

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv openssl
gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv openssl