summaryrefslogtreecommitdiff
path: root/dlltest.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-18 21:33:18 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-18 21:33:18 +0000
commit2c43c8505f12d744cd8d93c1ef692962bd8da849 (patch)
treec178635daa826ac0a4bd557eb59aa4f853dfb957 /dlltest.cpp
parenta89df27c0f7ded0a673dc84ce0b0e24c6d05e0d0 (diff)
downloadcryptopp-2c43c8505f12d744cd8d93c1ef692962bd8da849.tar.gz
allow DLL to be built with VC++ .NET
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@104 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'dlltest.cpp')
-rw-r--r--dlltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlltest.cpp b/dlltest.cpp
index ae7e1c3..a8b2813 100644
--- a/dlltest.cpp
+++ b/dlltest.cpp
@@ -12,7 +12,7 @@ void FIPS140_SampleApplication()
{
if (!FIPS_140_2_ComplianceEnabled())
{
- cerr << "FIPS-140-2 compliance was turned off at compile time.\n";
+ cerr << "FIPS 140-2 compliance was turned off at compile time.\n";
abort();
}