Skip to content

Commit 0ab76ea

Browse files
committed
tools/unit-tests: fix rebased sign test target
Remove leftover conflict markers after dropping 98d68c9 so unit-sign-encrypted-output builds again.
1 parent 1c07a99 commit 0ab76ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/unit-tests/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,17 +173,13 @@ unit-policy-sign: ../../include/target.h unit-policy-sign.c \
173173
-DHAVE_ECC_KEY_IMPORT \
174174
-ffunction-sections -fdata-sections $(LDFLAGS) -Wl,--gc-sections
175175

176-
<<<<<<< HEAD
177-
=======
178176
unit-sign-encrypted-output: ../../include/target.h unit-sign-encrypted-output.c \
179177
$(KEYTOOLS_SIGN_SRCS)
180178
gcc -o $@ $^ -I../keytools $(CFLAGS) -DML_DSA_LEVEL=2 \
181179
-D"LMS_LEVELS=1" -D"LMS_HEIGHT=10" -D"LMS_WINTERNITZ=8" \
182180
-DWOLFBOOT_XMSS_PARAMS=\"XMSS-SHA2_10_256\" \
183181
-ffunction-sections -fdata-sections \
184182
$(LDFLAGS) -Wl,--gc-sections
185-
186-
>>>>>>> 34438999 (Fix sign encrypted output open failure)
187183
unit-rot-auth: ../../include/target.h unit-rot-auth.c \
188184
$(WOLFBOOT_LIB_WOLFSSL)/wolfcrypt/src/memory.c
189185
gcc -o $@ $^ -I../tpm $(CFLAGS) -I$(WOLFBOOT_LIB_WOLFTPM) -DWOLFBOOT_TPM \

0 commit comments

Comments
 (0)