Skip to content

Commit 8d0e14d

Browse files
committed
Copilot's finding: reuse same hash_compat wrapper in wcs
1 parent 1cec89a commit 8d0e14d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

test-app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ ifeq ($(TZEN),1)
261261
APP_OBJS+=./wcs/aes.o
262262
APP_OBJS+=./wcs/hmac.o
263263
APP_OBJS+=./wcs/pwdbased.o
264-
APP_OBJS+=./wcs/hash_compat.o
264+
APP_OBJS+=../src/wolfssl_hash_compat.o
265265
APP_OBJS+=./wcs/sha256.o
266266
APP_OBJS+=./wcs/sha512.o
267267
APP_OBJS+=./wcs/sha3.o

test-app/wcs/hash_compat.c

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)