diff options
-rw-r--r-- | checks/clock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/clock.cpp b/checks/clock.cpp index 02ef431bd..cf95f5d2f 100644 --- a/checks/clock.cpp +++ b/checks/clock.cpp @@ -16,7 +16,7 @@ using namespace Botan; #define USE_RDTSC 0 /* If using USE_RDTSC, set to your CPU's Mhz */ -#define CPU_MHZ 1333 +#define CPU_MHZ 1866 #if USE_CLOCK |