- Allocate buffer large enough to contain UNIX_PATH_MAX size pathnames in case of...
[oweals/gnunet.git] / src / util / crypto_kdf.c
index 9424c235085aee2a3d63764fd53f96fe26891f9c..17d95b2e0c006ec022b7f345b879a9f3e90cf9c8 100644 (file)
@@ -63,6 +63,7 @@ GNUNET_CRYPTO_kdf_v (void *result, size_t out_len, const void *xts,
                                xts, xts_len, skm, skm_len, argp);
 }
 
+
 /**
  * @brief Derive key
  * @param result buffer for the derived key, allocated by caller