--- embedaddon/strongswan/src/libstrongswan/plugins/drbg/drbg_hmac.c 2020/06/03 09:46:44 1.1.1.1 +++ embedaddon/strongswan/src/libstrongswan/plugins/drbg/drbg_hmac.c 2021/03/17 00:20:08 1.1.1.2 @@ -266,7 +266,7 @@ drbg_hmac_t *drbg_hmac_create(drbg_type_t type, uint32 if (strength > out_len * BITS_PER_BYTE) { - DBG1(DBG_LIB, "%N not sufficient for security strength of % bits", + DBG1(DBG_LIB, "%N not sufficient for security strength of %u bits", pseudo_random_function_names, prf_type, strength); prf->destroy(prf); return NULL;