aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/time.cpp')
-rw-r--r--src/utils/time.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/time.cpp b/src/utils/time.cpp
index db535f316..65e808c04 100644
--- a/src/utils/time.cpp
+++ b/src/utils/time.cpp
@@ -35,7 +35,7 @@ namespace Botan {
namespace {
-/**
+/*
* Combine a two time values into a single one
*/
u64bit combine_timers(u32bit seconds, u32bit parts, u32bit parts_hz)
@@ -67,7 +67,7 @@ std::tm do_gmtime(time_t time_val)
}
-/**
+/*
* Get the system clock
*/
u64bit system_time()