Skip to content

Commit a80d3c0

Browse files
committed
no need for DH_BUF_SIZE
1 parent c15d656 commit a80d3c0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/headers/tomcrypt_pk.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ int katja_import(const unsigned char *in, unsigned long inlen, katja_key *key);
183183
/* ---- DH Routines ---- */
184184
#ifdef LTC_MDH
185185

186-
#ifndef DH_BUF_SIZE
187-
#define DH_BUF_SIZE 2100
188-
#endif
189-
190186
typedef struct {
191187
int size;
192188
char *name, *base, *prime;

0 commit comments

Comments
 (0)