From 09326fa9f564c09ebecff7c56d0e33555dec65b6 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 11 Jul 2003 20:03:53 +0000 Subject: fix for Unix git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@97 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.cpp') diff --git a/test.cpp b/test.cpp index de7fdaf..063e6dd 100644 --- a/test.cpp +++ b/test.cpp @@ -428,7 +428,7 @@ void DigestFile(const char *filename) void HmacFile(const char *hexKey, const char *file) { member_ptr mac; - if (stricmp(hexKey, "selftest") == 0) + if (strcmp(hexKey, "selftest") == 0) { cerr << "Computing HMAC/SHA1 value for self test.\n"; mac.reset(NewIntegrityCheckingMAC()); -- cgit v1.2.1