Remove the benchmark part of the selftest. It uses the undocumented
authormiod <miod@openbsd.org>
Thu, 17 Apr 2014 18:37:48 +0000 (18:37 +0000)
committermiod <miod@openbsd.org>
Thu, 17 Apr 2014 18:37:48 +0000 (18:37 +0000)
commitad9dab528902b19287655e3570116f0cbd6bdb01
tree35419540fedf21d0451f2e8bd6712ed82788d3af
parent00960baa8d61a631005783eda8dab8bf662d5c96
Remove the benchmark part of the selftest. It uses the undocumented
OPENSSL_rdtsc() routine to get a high-precision timestamp, and (although
this is the only user of this routine in libcrypto) forces every platform
willing to provide fast assembly versions of some routines, to also
provide OPENSSL_rdtsc().
lib/libcrypto/modes/gcm128.c
lib/libssl/src/crypto/modes/gcm128.c