Skip to content

Commit

Permalink
Changing QKD_KEY_ID_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotega committed Nov 12, 2024
1 parent cf50c07 commit 5ea9b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstrongswan/plugins/qkd/qkd_etsi_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ bool qkd_set_key_id(qkd_handle_t handle, chunk_t key_id)

chunk_clear(&handle->key_id);
handle->key_id = chunk_clone(key_id);
DBG1(DBG_LIB, "\tID: %s\n", handle->key_id);
DBG1(DBG_LIB, "\t Bob received ID: %s\n", handle->key_id);

qkd_print_key_id("Bob received", key_id);
//qkd_print_key_id("Bob received", key_id);
return TRUE;
}

Expand Down

0 comments on commit 5ea9b99

Please sign in to comment.