dh: fix renamed macro
This commit is contained in:
parent
77cca4175f
commit
65fd19c1fb
@ -164,7 +164,7 @@ int katja_import(const unsigned char *in, unsigned long inlen, katja_key *key);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* ---- DH Routines ---- */
|
/* ---- DH Routines ---- */
|
||||||
#ifdef MDH
|
#ifdef LTC_MDH
|
||||||
|
|
||||||
typedef struct Dh_key {
|
typedef struct Dh_key {
|
||||||
int idx, type;
|
int idx, type;
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
DH crypto, Tom St Denis
|
DH crypto, Tom St Denis
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef MDH
|
#ifdef LTC_MDH
|
||||||
|
|
||||||
/* size of a packet header in bytes */
|
/* size of a packet header in bytes */
|
||||||
#define PACKET_SIZE 4
|
#define PACKET_SIZE 4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <tomcrypt_test.h>
|
#include <tomcrypt_test.h>
|
||||||
|
|
||||||
#ifdef MDH
|
#ifdef LTC_MDH
|
||||||
|
|
||||||
#ifdef DH4096
|
#ifdef DH4096
|
||||||
#define KEYSIZE 4096
|
#define KEYSIZE 4096
|
||||||
|
Loading…
x
Reference in New Issue
Block a user