]> git.pld-linux.org Git - packages/cryptlib.git/blob - cryptlib-rdtsc.patch
- release 5 (by relup.sh)
[packages/cryptlib.git] / cryptlib-rdtsc.patch
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 @@
4  #if !( defined( __QNX__ ) || defined( __CYGWIN__ ) )
5    #include <sys/shm.h>
6  #endif /* QNX || Cygwin */
7 -#if defined( __linux__ ) && ( defined(__i386__) || defined(__x86_64__) )
8 +#if defined( __linux__ ) && ( defined(__i586__) || defined(__i686__) || defined(__pentium4__) || defined(__athlon__) || defined(__x86_64__) )
9    #include <sys/timex.h>       /* For rdtsc() */
10  #endif /* Linux on x86 */
11  #include <signal.h>
This page took 0.073916 seconds and 3 git commands to generate.