mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Replace explicit IDs with table look-ups
That's a first step towards merging symmetric version of different functions
This commit is contained in:
@@ -31,7 +31,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
MBEDTLS_ECJPAKE_CLIENT,
|
||||
MBEDTLS_ECJPAKE_CLIENT = 0,
|
||||
MBEDTLS_ECJPAKE_SERVER,
|
||||
} mbedtls_ecjpake_role;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user