The unified diff between revisions [722d7582..] and [f00ecee7..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'checks/clock.cpp'

#
#
# patch "checks/clock.cpp"
#  from [b8133544327e5b4b3111a0abd739efefdb0c19ab]
#    to [15d1f1ebc60b0eaf5abd56b7c35af454af0c88de]
#
============================================================
--- checks/clock.cpp	b8133544327e5b4b3111a0abd739efefdb0c19ab
+++ checks/clock.cpp	15d1f1ebc60b0eaf5abd56b7c35af454af0c88de
@@ -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