mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
keymat_v1: Fix build with DEBUG_LEVEL < 3
This commit is contained in:
parent
963398c2c3
commit
ab919c62da
@ -799,7 +799,7 @@ METHOD(keymat_v1_t, get_hash_phase2, bool,
|
||||
uint32_t mid, mid_n;
|
||||
chunk_t data = chunk_empty, *n_i, *n_r;
|
||||
bool add_message = TRUE;
|
||||
char *name = "Hash";
|
||||
char *name DBG_UNUSED = "Hash";
|
||||
|
||||
if (!this->prf)
|
||||
{ /* no keys derived yet */
|
||||
|
Loading…
x
Reference in New Issue
Block a user