aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/entropy/hres_timer/hres_timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/hres_timer/hres_timer.cpp b/src/entropy/hres_timer/hres_timer.cpp
index 73282d8d2..d06ca7a9d 100644
--- a/src/entropy/hres_timer/hres_timer.cpp
+++ b/src/entropy/hres_timer/hres_timer.cpp
@@ -27,7 +27,7 @@ void High_Resolution_Timestamp::poll(Entropy_Accumulator& accum)
accum.add(tv.QuadPart, 0);
#endif
-#if defined(BOTAN_USE_GCC_INLINE_ASM)
+#if BOTAN_USE_GCC_INLINE_ASM
u64bit rtc = 0;