The unified diff between revisions [2fac918f..] and [4e40e885..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/util.h'

#
#
# patch "include/util.h"
#  from [f4d9e0bb9bd1e620203ac85b38735ac5ed8e0158]
#    to [e78434c0e695bc47ad2c0bdfbfbae8ba36bda8f7]
#
============================================================
--- include/util.h	f4d9e0bb9bd1e620203ac85b38735ac5ed8e0158
+++ include/util.h	e78434c0e695bc47ad2c0bdfbfbae8ba36bda8f7
@@ -11,10 +11,9 @@ namespace Botan {
 namespace Botan {

 /*************************************************
-* Timer Access Functions                         *
+* Time Access Functions                          *
 *************************************************/
 BOTAN_DLL u64bit system_time();
-BOTAN_DLL u64bit system_clock();

 /*************************************************
 * Memory Locking Functions                       *