Skip to content

Commit

Permalink
OE8 NETOS 140-3 updates check-in
Browse files Browse the repository at this point in the history
Update include.am

update printf declaration in benchmark.c

Sync with version used in optesting

fix the license headers
  • Loading branch information
kaleb-himes committed Nov 7, 2024
1 parent 2505a59 commit 07a45ab
Show file tree
Hide file tree
Showing 7 changed files with 898 additions and 239 deletions.
4 changes: 2 additions & 2 deletions IDE/NETOS/Makefile.wolfcrypt.inc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
WOLFSSL_ROOT=wolfCrypt_v4_5_2
WOLFSSL_ROOT=wolfssl-5.7.2-commercial-fips-linuxv5.2.1
APP_WOLFCRYPTOBJS = $(NETOS_DIR)/src/$(WOLFSSL_ROOT)/objs/ns9210/32b/gnu/wolfcrypt_first.o\
$(NETOS_DIR)/src/$(WOLFSSL_ROOT)/objs/ns9210/32b/gnu/aes.o\
$(NETOS_DIR)/src/$(WOLFSSL_ROOT)/objs/ns9210/32b/gnu/cmac.o\
$(NETOS_DIR)/src/$(WOLFSSL_ROOT)/objs/ns9210/32b/gnu/des3.o\
$(NETOS_DIR)/src/$(WOLFSSL_ROOT)/objs/ns9210/32b/gnu/dh.o\
$(NETOS_DIR)/src/$(WOLFSSL_ROOT)/objs/ns9210/32b/gnu/ecc.o\
$(NETOS_DIR)/src/$(WOLFSSL_ROOT)/objs/ns9210/32b/gnu/hmac.o\
$(NETOS_DIR)/src/$(WOLFSSL_ROOT)/objs/ns9210/32b/gnu/kdf.o\
$(NETOS_DIR)/src/$(WOLFSSL_ROOT)/objs/ns9210/32b/gnu/random.o\
$(NETOS_DIR)/src/$(WOLFSSL_ROOT)/objs/ns9210/32b/gnu/rsa.o\
$(NETOS_DIR)/src/$(WOLFSSL_ROOT)/objs/ns9210/32b/gnu/sha.o\
Expand Down
1 change: 1 addition & 0 deletions IDE/NETOS/include.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

EXTRA_DIST+= IDE/NETOS/Makefile.wolfcrypt.inc
EXTRA_DIST+= IDE/NETOS/user_settings.h
EXTRA_DIST+= IDE/NETOS/user_settings.h-cert3389
EXTRA_DIST+= IDE/NETOS/user_settings.h-cert2425
EXTRA_DIST+= IDE/NETOS/wolfssl_netos_custom.c
EXTRA_DIST+= IDE/NETOS/README.md
Expand Down
Loading

0 comments on commit 07a45ab

Please sign in to comment.