summaryrefslogtreecommitdiff
path: root/src/core/stdcrypt
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-08 14:54:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-08 14:54:51 +0300
commit64579d553e4089d55c136140bd0058696d2cf526 (patch)
tree7b7e6c5cd03b9060bd7080b5981938005436b432 /src/core/stdcrypt
parentdae0d079ad629d499034ff911e0b1a807c19fce0 (diff)
another bunch of duplicate code moved to the core
Diffstat (limited to 'src/core/stdcrypt')
-rw-r--r--src/core/stdcrypt/src/encrypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdcrypt/src/encrypt.cpp b/src/core/stdcrypt/src/encrypt.cpp
index a36e6f5bfb..2a8567460f 100644
--- a/src/core/stdcrypt/src/encrypt.cpp
+++ b/src/core/stdcrypt/src/encrypt.cpp
@@ -212,6 +212,6 @@ int LoadEncryptionModule(void)
cp.szDescr.a = LPGEN("Standard crypto provider");
cp.pFactory = builder;
cp.pPlugin = &g_plugin;
- CallService(MS_CRYPTO_REGISTER_ENGINE, 0, LPARAM(&cp));
+ Crypto_RegisterEngine(&cp);
return 0;
}