no need for DH_BUF_SIZE

This commit is contained in:
Steffen Jaeckel 2017-06-22 17:05:40 +02:00
parent c15d656a23
commit a80d3c00a8

View File

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