]> git.ipfire.org Git - thirdparty/openssl.git/commit
Create a prototype for OPENSSL_rdtsc
authorKurt Roeckx <kurt@roeckx.be>
Sun, 19 Nov 2017 16:40:56 +0000 (17:40 +0100)
committerKurt Roeckx <kurt@roeckx.be>
Sat, 25 Nov 2017 13:30:11 +0000 (14:30 +0100)
commitd807db26a403b4de69d7846656362e70f5083428
tree936f89094f60f405956b2a19f1fccf5b4791cc91
parent92793648945affdfe529fa711666d19528815789
Create a prototype for OPENSSL_rdtsc

Switch to make it return an uint32_t instead of the various different
types it returns now.

Fixes: #3125
Reviewed-by: Andy Polyakov <appro@openssl.org>
GH: #4757
crypto/armcap.c
crypto/sparcv9cap.c
include/internal/cryptlib.h
test/modes_internal_test.c
test/poly1305_internal_test.c
test/siphash_internal_test.c