Implementation notes: aarch64, a72, crypto_sign/donald512

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_sign
Primitive: donald512

Compiler output

Implementation: crypto_sign/donald512/openssl
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
keypair.c: keypair.c: In function 'crypto_sign_donald512_openssl_keypair':
keypair.c: keypair.c:18:4: error: dereferencing pointer to incomplete type 'DSA {aka struct dsa_st}'
keypair.c: x->p = BN_new(); if (!x->p) goto error;
keypair.c: ^~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 openssl
gcc -funroll-loops -march=native -mtune=native -O3 openssl
gcc -funroll-loops -march=native -mtune=native -Os openssl
gcc -march=native -mtune=native -O2 openssl
gcc -march=native -mtune=native -O3 openssl
gcc -march=native -mtune=native -Os openssl