summaryrefslogtreecommitdiff
path: root/lib/system/keys-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system/keys-win.c')
-rw-r--r--lib/system/keys-win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/keys-win.c b/lib/system/keys-win.c
index eac511b975..16d6f9f951 100644
--- a/lib/system/keys-win.c
+++ b/lib/system/keys-win.c
@@ -1426,7 +1426,7 @@ int _gnutls_system_key_init(void)
int ret;
#ifdef DYN_NCRYPT
- ncrypt_lib = LoadLibraryA("ncrypt.dll");
+ ncrypt_lib = LoadLibrary(TEXT("ncrypt.dll"));
if (ncrypt_lib == NULL) {
return gnutls_assert_val(GNUTLS_E_CRYPTO_INIT_FAILED);
}