Rename MODP_NONE to KE_NONE
This commit is contained in:
committed by
Tobias Brunner
parent
3af7c6db87
commit
b7c167f972
@@ -41,7 +41,7 @@ typedef struct diffie_hellman_params_t diffie_hellman_params_t;
|
||||
* Curve25519 and Curve448 groups are defined in RFC 8031.
|
||||
*/
|
||||
enum key_exchange_method_t {
|
||||
MODP_NONE = 0,
|
||||
KE_NONE = 0,
|
||||
MODP_768_BIT = 1,
|
||||
MODP_1024_BIT = 2,
|
||||
MODP_1536_BIT = 5,
|
||||
|
||||
Reference in New Issue
Block a user