bump version
[buildroot.git] / package / openssl / openssl-0.9.8h-00-timeb.patch
blob97fa2c807f5eeb01f262ed91a244a84209981f48
1 --- openssl-0.9.8h.orig/apps/speed.c 2008-06-08 11:26:57.000000000 +0200
2 +++ openssl-0.9.8h/apps/speed.c 2008-06-08 11:31:39.000000000 +0200
3 @@ -117,6 +117,16 @@
4 # define TIMEB
5 #endif
7 +#if defined __UCLIBC__
8 +# undef TIMEB
9 +# undef USE_TOD
10 +# if defined __UCLIBC_SUSV3_LEGACY__
11 +# define TIMEB
12 +# else
13 +# define USE_TOD
14 +# endif
15 +#endif
17 #if defined(OPENSSL_SYS_NETWARE)
18 #undef TIMES
19 #undef TIMEB