Skip to content

Commit

Permalink
tlv: unused local in tlv_peek_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Apr 11, 2024
1 parent 73ef988 commit 0aaa043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@ CBMC_OPTS= -D__CPROVER \
--div-by-zero-check \
--trace \
--drop-unused-functions \
--string-abstraction \
-I. -Iopenssh/ \
$(SYSTEM_CBMCFLAGS) \
$(PCSC_CBMCFLAGS) \
Expand Down
2 changes: 1 addition & 1 deletion tlv.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ tlv_peek_tag(struct tlv_state *ts, uint *ptag)
struct tlv_context *p = ts->ts_now;
const uint8_t *buf = p->tc_buf;
uint8_t d;
uint tag, octs;
uint tag;
size_t origin = p->tc_pos;
errf_t *error;

Expand Down

0 comments on commit 0aaa043

Please sign in to comment.