Rename MODP_NONE to KE_NONE

This commit is contained in:
Andreas Steffen
2022-06-29 10:28:50 +02:00
committed by Tobias Brunner
parent 3af7c6db87
commit b7c167f972
17 changed files with 78 additions and 77 deletions
+1 -1
View File
@@ -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,