Browse Source

remove duplicate define

Steffen Jaeckel 8 years ago
parent
commit
fd99c3e3c0
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/misc/hkdf/hkdf.c

+ 0 - 4
src/misc/hkdf/hkdf.c

@@ -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,