1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Merge pull request #10212 from bjwtaylor/remove-hkdf

Remove hkdf
This commit is contained in:
Gilles Peskine
2025-07-17 09:57:11 +00:00
committed by GitHub

View File

@@ -41,7 +41,6 @@
#include "mbedtls/entropy.h"
#include "mbedtls/error.h"
#include "mbedtls/gcm.h"
#include "mbedtls/hkdf.h"
#include "mbedtls/hmac_drbg.h"
#include "mbedtls/md.h"
#include "mbedtls/md5.h"