Implementation notes: amd64, par, crypto_hash/md2

Computer: par
Architecture: amd64
CPU ID: GenuineIntel-000406c3-bfebfbff
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: md2

Compiler output

Implementation: crypto_hash/md2/openssl
Compiler: gcc -funroll-loops -march=native -mcpu=native -O2
hash.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
hash.c: hash.c:2:25: fatal error: openssl/md2.h: No such file or directory
hash.c: #include gt;
hash.c: ^
hash.c: compilation terminated.

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