mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Fix typo DROPBEAR_NORMAL_DH
This commit is contained in:
parent
413eaf1ba1
commit
07d46f9907
@ -1,7 +1,7 @@
|
|||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "dh_groups.h"
|
#include "dh_groups.h"
|
||||||
|
|
||||||
#if DROPBEAR_DH_NORMAL
|
#if DROPBEAR_NORMAL_DH
|
||||||
|
|
||||||
#if DROPBEAR_DH_GROUP1
|
#if DROPBEAR_DH_GROUP1
|
||||||
/* diffie-hellman-group1-sha1 value for p */
|
/* diffie-hellman-group1-sha1 value for p */
|
||||||
@ -94,4 +94,4 @@ const unsigned char dh_p_16[DH_P_16_LEN] = {
|
|||||||
/* Same for all groups */
|
/* Same for all groups */
|
||||||
const int DH_G_VAL = 2;
|
const int DH_G_VAL = 2;
|
||||||
|
|
||||||
#endif
|
#endif /* DROPBEAR_NORMAL_DH */
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define DROPBEAR_DH_GROUPS_H
|
#define DROPBEAR_DH_GROUPS_H
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
|
||||||
#if DROPBEAR_DH_NORMAL
|
#if DROPBEAR_NORMAL_DH
|
||||||
|
|
||||||
#if DROPBEAR_DH_GROUP1
|
#if DROPBEAR_DH_GROUP1
|
||||||
#define DH_P_1_LEN 128
|
#define DH_P_1_LEN 128
|
||||||
@ -21,6 +21,6 @@ extern const unsigned char dh_p_16[DH_P_16_LEN];
|
|||||||
|
|
||||||
extern const int DH_G_VAL;
|
extern const int DH_G_VAL;
|
||||||
|
|
||||||
#endif
|
#endif /* DROPBEAR_NORMAL_DH */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user