3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-20 10:52:33 +01:00

mscaputil: Use full include path local includes

This commit is contained in:
Marcel Holtmann 2018-10-26 21:32:20 +02:00
parent 3fa63ede50
commit 1eaca1f8e1

View File

@ -26,7 +26,7 @@
#include <ell/ell.h> #include <ell/ell.h>
#include "mschaputil.h" #include "src/mschaputil.h"
static bool mschap_des_encrypt(const uint8_t *challenge, const uint8_t *key, static bool mschap_des_encrypt(const uint8_t *challenge, const uint8_t *key,
uint8_t *cipher_text) uint8_t *cipher_text)