summaryrefslogtreecommitdiff
path: root/fipstest.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-19 12:30:16 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-19 12:30:16 -0400
commitea9081ebc47f3ed636d6c510196a8da20b199ee4 (patch)
tree96b2041fa231670783131f53a763ec91719af467 /fipstest.cpp
parent786b3f16601670bc597cd268d0bc5666b8ddd58e (diff)
downloadcryptopp-git-ea9081ebc47f3ed636d6c510196a8da20b199ee4.tar.gz
Cleared -Wunneeded-internal-declaration from GCC 5.1
Diffstat (limited to 'fipstest.cpp')
-rw-r--r--fipstest.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/fipstest.cpp b/fipstest.cpp
index 8c1f8294..de9ed725 100644
--- a/fipstest.cpp
+++ b/fipstest.cpp
@@ -1,6 +1,7 @@
// fipstest.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
+#include "misc.h"
#ifndef CRYPTOPP_IMPORTS
@@ -16,10 +17,10 @@
#define _CRT_DEBUGGER_HOOK _crt_debugger_hook
#else
#define _CRT_DEBUGGER_HOOK __crt_debugger_hook
-#endif
+#endif // _M_IX86
extern "C" {_CRTIMP void __cdecl _CRT_DEBUGGER_HOOK(int);}
-#endif
-#endif
+#endif // _MSC_VER
+#endif // CRYPTOPP_WIN32_AVAILABLE
#include <iostream>