remove duplicate define
This commit is contained in:
parent
08aabc7f8c
commit
fd99c3e3c0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user