]> git.pld-linux.org Git - packages/cryptlib.git/blame - cryptlib-rdtsc.patch
- release 5 (by relup.sh)
[packages/cryptlib.git] / cryptlib-rdtsc.patch
CommitLineData
546b2718 1--- cryptlib-3.3.2/random/unix.c.orig 2009-05-12 09:26:50.541650042 +0200
2+++ cryptlib-3.3.2/random/unix.c 2009-05-12 09:36:43.777835448 +0200
3@@ -106,7 +106,7 @@
63356b64
JB
4 #if !( defined( __QNX__ ) || defined( __CYGWIN__ ) )
5 #include <sys/shm.h>
6 #endif /* QNX || Cygwin */
7-#if defined( __linux__ ) && ( defined(__i386__) || defined(__x86_64__) )
63356b64 8+#if defined( __linux__ ) && ( defined(__i586__) || defined(__i686__) || defined(__pentium4__) || defined(__athlon__) || defined(__x86_64__) )
546b2718 9 #include <sys/timex.h> /* For rdtsc() */
63356b64
JB
10 #endif /* Linux on x86 */
11 #include <signal.h>
This page took 0.071475 seconds and 4 git commands to generate.