mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 22:49:34 +01: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:
parent
5f18829609
commit
e0ad57b0b3
2 changed files with 24 additions and 9 deletions
|
|
@ -31,7 +31,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
typedef enum {
|
||||
MBEDTLS_ECJPAKE_CLIENT,
|
||||
MBEDTLS_ECJPAKE_CLIENT = 0,
|
||||
MBEDTLS_ECJPAKE_SERVER,
|
||||
} mbedtls_ecjpake_role;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue