Skip to content

Commit

Permalink
Debuging read qkd id v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotega committed Nov 11, 2024
1 parent 0760a91 commit 54d4d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstrongswan/plugins/qkd/qkd_kex.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ METHOD(key_exchange_t, get_public_key, bool,
}
*value = chunk_clone(key_id);
chunk_clear(&key_id);
DBG1(DBG_LIB, "\tKey ID chunk [1]: %s", key_id);
DBG1(DBG_LIB, "\tKey ID chunk [2]: %s", *value);
return TRUE;
}
else
Expand Down

0 comments on commit 54d4d9c

Please sign in to comment.