summaryrefslogtreecommitdiff
path: root/TestScripts/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TestScripts/configure.sh')
-rwxr-xr-xTestScripts/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestScripts/configure.sh b/TestScripts/configure.sh
index 258ea87f..1247a0b9 100755
--- a/TestScripts/configure.sh
+++ b/TestScripts/configure.sh
@@ -812,7 +812,7 @@ rm -f config_cxx.h.new
echo '# define CRYPTOPP_NO_THROW'
echo '#endif // CRYPTOPP_CXX11_NOEXCEPT'
echo ''
- echo '// Hack... C++11 nullptr_t type safety and analysis'
+ echo '// C++11 nullptr_t type safety and analysis'
echo '#if defined(CRYPTOPP_CXX11_NULLPTR) && !defined(NULLPTR)'
echo '# define NULLPTR nullptr'
echo '#elif !defined(NULLPTR)'