Skip to content

Commit da3cc96

Browse files
committed
compat: include ntlm headers
1 parent 36f2e36 commit da3cc96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/crypt.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
#ifndef PRIVATE_CRYPT_COMMON_H__
1010
#define PRIVATE_CRYPT_COMMON_H__
1111

12+
#include "ntlmclient.h"
13+
#include "ntlm.h"
14+
1215
#if defined(CRYPT_OPENSSL)
1316
# include "crypt_openssl.h"
1417
#elif defined(CRYPT_MBEDTLS)

0 commit comments

Comments
 (0)