Skip to content

Commit

Permalink
Removed old wpa_supplicant defines
Browse files Browse the repository at this point in the history
  • Loading branch information
wiire-a committed Jan 22, 2018
1 parent d73d936 commit ec3c4ca
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,11 @@
#ifndef CONFIG_H
#define CONFIG_H

#include <stdint.h>

#define ENDIANNESS_PORTABLE_CONVERSION
#include "endianness.h"

#define sha256(i, l, d) sha256_full(i, l, d)
#define hmac_sha256(k, l, i, n, o) \
hmac_sha256_full(k, l, i, n, o)

#define u8 uint8_t
#define u16 uint16_t
#define u32 uint32_t
#define u64 uint64_t
#define os_memcpy memcpy
#define os_malloc malloc
#define os_memset memset
#define os_free free

#endif /* CONFIG_H */

0 comments on commit ec3c4ca

Please sign in to comment.