Browse Source

no need for DH_BUF_SIZE

Steffen Jaeckel 8 years ago
parent
commit
a80d3c00a8
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/headers/tomcrypt_pk.h

+ 0 - 4
src/headers/tomcrypt_pk.h

@@ -183,10 +183,6 @@ int katja_import(const unsigned char *in, unsigned long inlen, katja_key *key);
 /* ---- DH Routines ---- */
 /* ---- DH Routines ---- */
 #ifdef LTC_MDH
 #ifdef LTC_MDH
 
 
-#ifndef DH_BUF_SIZE
-#define DH_BUF_SIZE 2100
-#endif
-
 typedef struct {
 typedef struct {
   int size;
   int size;
   char *name, *base, *prime;
   char *name, *base, *prime;