Skip to content

Commit

Permalink
Merge pull request wolfSSL#7959 from billphipps/sgx_c99_fix
Browse files Browse the repository at this point in the history
Update to use C99 instead of C11 because of lack of SGX support
  • Loading branch information
douzzer authored Sep 10, 2024
2 parents 10c1fa2 + 2323140 commit 213ac1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IDE/LINUX-SGX/sgx_t_static.mk
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ifeq ($(HAVE_WOLFSSL_SP), 1)
endif


Flags_Just_For_C := -Wno-implicit-function-declaration -std=c11
Flags_Just_For_C := -Wno-implicit-function-declaration -std=c99
Common_C_Cpp_Flags := $(SGX_COMMON_CFLAGS) -nostdinc -fvisibility=hidden -fpie -fstack-protector $(Wolfssl_Include_Paths) -fno-builtin-printf -I.
Wolfssl_C_Flags := $(Flags_Just_For_C) $(Common_C_Cpp_Flags) $(Wolfssl_C_Extra_Flags)

Expand Down

0 comments on commit 213ac1a

Please sign in to comment.