summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_init.c
diff options
context:
space:
mode:
authorderaadt <>2014-04-15 23:09:33 +0000
committerderaadt <>2014-04-15 23:09:33 +0000
commit6afdf607df134bdb1b90c86b611b6a0808da049e (patch)
treeffc06d320fe9a1113e8c1ad2beaa5e63a0f68573 /src/lib/libcrypto/o_init.c
parentc1c6d3a7ae77c3c6818d4edd5520f22c728aefd0 (diff)
downloadopenbsd-6afdf607df134bdb1b90c86b611b6a0808da049e.tar.gz
openbsd-6afdf607df134bdb1b90c86b611b6a0808da049e.tar.bz2
openbsd-6afdf607df134bdb1b90c86b611b6a0808da049e.zip
Three wrappers in this file: OPENSSL_strncasecmp, OPENSSL_strcasecmp,
and OPENSSL_memcmp. All modern systems have strncasecmp. No need to rewrite it. Same with memcmp, call the system one! It is more likely to be hot in the icache, and is specifically optimized for the platform. I thought these OpenSSL people cared about performance? ok tedu
Diffstat (limited to 'src/lib/libcrypto/o_init.c')
0 files changed, 0 insertions, 0 deletions