Skip to content

Commit

Permalink
Update reference to sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Dec 30, 2023
1 parent 852f444 commit a570636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/context.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void fuzi_q_fuzzer_init(fuzzer_ctx_t* fuzz_ctx, picoquic_connection_id_t * init_
void fuzzer_random_cid(fuzzer_ctx_t* ctx, picoquic_connection_id_t* icid)
{
/* Set a hash context for derivation of random CID */
void * hash_context = picoquic_hash_create("SHA256");
void * hash_context = picoquic_hash_create("sha256");
uint8_t hash_buffer[256] = { 0 };
/* Use the CID that was already prepared */
*icid = ctx->next_cid;
Expand Down

0 comments on commit a570636

Please sign in to comment.