mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 12:14:26 +01:00
Prefix HAVE_ config.h macros with TINS_
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
#if defined(HAVE_DOT11) && defined(HAVE_WPA2_DECRYPTION)
|
||||
#if defined(TINS_HAVE_DOT11) && defined(TINS_HAVE_WPA2_DECRYPTION)
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <cstring>
|
||||
@@ -283,4 +283,4 @@ TEST_F(WPA2DecryptTest, DecryptCCMPAndTKIPWithoutUsingBeacon) {
|
||||
}
|
||||
}
|
||||
|
||||
#endif // defined(HAVE_DOT11) && defined(HAVE_WPA2_DECRYPTION)
|
||||
#endif // defined(TINS_HAVE_DOT11) && defined(TINS_HAVE_WPA2_DECRYPTION)
|
||||
|
||||
Reference in New Issue
Block a user