We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8946f74 commit 4968b69Copy full SHA for 4968b69
src/crypt_openssl.c
@@ -56,7 +56,7 @@ static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx)
56
57
#ifdef CRYPT_OPENSSL_DYNAMIC
58
59
-bool ntlm_crypt_init_functions(ntlm_client *ntlm)
+static bool ntlm_crypt_init_functions(ntlm_client *ntlm)
60
{
61
void *handle;
62
@@ -121,7 +121,7 @@ bool ntlm_crypt_init_functions(ntlm_client *ntlm)
121
122
#else /* CRYPT_OPENSSL_DYNAMIC */
123
124
125
126
ntlm->crypt_ctx.des_set_key_fn = DES_set_key;
127
ntlm->crypt_ctx.des_ecb_encrypt_fn = DES_ecb_encrypt;
0 commit comments