mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 02:44:03 -05:00
HS 2.0: Fix hs20_spp_server compile error
Need to add a new -I path to get it to compile. Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
parent
e4a43a9fa3
commit
dba68f2be2
@ -12,6 +12,7 @@ ifndef CFLAGS
|
|||||||
CFLAGS = -MMD -O2 -Wall -g
|
CFLAGS = -MMD -O2 -Wall -g
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
CFLAGS += -I../../src
|
||||||
CFLAGS += -I../../src/utils
|
CFLAGS += -I../../src/utils
|
||||||
CFLAGS += -I../../src/crypto
|
CFLAGS += -I../../src/crypto
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user