remove duplicate define

This commit is contained in:
Steffen Jaeckel 2017-02-20 18:58:20 +01:00
parent 08aabc7f8c
commit fd99c3e3c0

View File

@ -6,10 +6,6 @@
#ifdef LTC_HKDF
#ifndef MIN
#define MIN(a,b) ((a)<(b))?(a):(b)
#endif
/* This is mostly just a wrapper around hmac_memory */
int hkdf_extract(int hash_idx, const unsigned char *salt, unsigned long saltlen,
const unsigned char *in, unsigned long inlen,