summaryrefslogtreecommitdiff
path: root/TestScripts/configure.sh
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-08-06 01:24:52 -0400
committerJeffrey Walton <noloader@gmail.com>2020-08-06 01:24:52 -0400
commit61fb0c7bb66f8c366999d716fdd9a5829247b7aa (patch)
treedf41424cfcbee34b10b62ff29068e9fa098c46a6 /TestScripts/configure.sh
parentf3b6d7aef34606897e2d30494eb5a566a63a7194 (diff)
downloadcryptopp-git-61fb0c7bb66f8c366999d716fdd9a5829247b7aa.tar.gz
Update comments
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)'