mirror of
https://github.com/mfontanini/libtins
synced 2026-01-25 11:41:35 +01:00
The --disable-wpa2 switch now works as expected.
This commit is contained in:
@@ -27,10 +27,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/hmac.h>
|
||||
#include <openssl/aes.h>
|
||||
#include "crypto.h"
|
||||
#ifdef HAVE_WPA2_DECRYPTION
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/hmac.h>
|
||||
#include <openssl/aes.h>
|
||||
#endif // HAVE_WPA2_DECRYPTION
|
||||
#include "dot11/dot11_data.h"
|
||||
#include "dot11/dot11_beacon.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user