Skip to content

Commit

Permalink
Move ES256K to end of alg list
Browse files Browse the repository at this point in the history
This will fix compaibility problems in 1.18.[01]

Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Dec 3, 2024
1 parent fd7259d commit 69ef1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jwt.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ typedef enum jwt_alg {
JWT_ALG_RS384,
JWT_ALG_RS512,
JWT_ALG_ES256,
JWT_ALG_ES256K,
JWT_ALG_ES384,
JWT_ALG_ES512,
JWT_ALG_PS256,
JWT_ALG_PS384,
JWT_ALG_PS512,
JWT_ALG_ES256K,
JWT_ALG_TERM
} jwt_alg_t;

Expand Down

0 comments on commit 69ef1b7

Please sign in to comment.