summaryrefslogtreecommitdiff
path: root/src/modules/crypt/encrypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/crypt/encrypt.cpp')
-rw-r--r--src/modules/crypt/encrypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/crypt/encrypt.cpp b/src/modules/crypt/encrypt.cpp
index dd3d6b6a50..4bdc393358 100644
--- a/src/modules/crypt/encrypt.cpp
+++ b/src/modules/crypt/encrypt.cpp
@@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
static int CompareFunc(const CRYPTO_PROVIDER *p1, const CRYPTO_PROVIDER *p2)
{
- return strcmp(p1->pszName, p2->pszName);
+ return mir_strcmp(p1->pszName, p2->pszName);
}
static LIST<CRYPTO_PROVIDER> arProviders(5, CompareFunc);