diff options
author | lloyd <[email protected]> | 2008-09-28 17:01:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 17:01:15 +0000 |
commit | b677f899b4175dfb1e8910e219ade760cd716d95 (patch) | |
tree | 54a655dcd5c726537b549a68b1556f3c89fad513 /checks | |
parent | 722c92122487850e974a14b5e4b90be4b952a6da (diff) |
Modularize hashes and checksums
Diffstat (limited to 'checks')
-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 c4ffc93ca..c03515d30 100644 --- a/checks/clock.cpp +++ b/checks/clock.cpp @@ -6,7 +6,7 @@ */ #if !defined(USE_CLOCK_GETTIME) && defined(BOTAN_TARGET_OS_IS_LINUX) - #define USE_CLOCK_GETTIME 1 + #define USE_GETTIMEOFDAY 1 #endif #if !defined(USE_GETTIMEOFDAY) && defined(BOTAN_TARGET_OS_IS_FREEBSD) |