Fix for some platforms where "char" is unsigned.
(cherry picked from commit 08b433540416c5bc9a874ba0343e35ba490c65f1)
This commit is contained in:
parent
60adefa610
commit
a257865303
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ typedef struct
|
|||
/* Duplicate key if custom cofactor needed */
|
||||
EC_KEY *co_key;
|
||||
/* Cofactor mode */
|
||||
char cofactor_mode;
|
||||
signed char cofactor_mode;
|
||||
/* KDF (if any) to use for ECDH */
|
||||
char kdf_type;
|
||||
/* Message digest to use for key derivation */
|
||||
|
|
Loading…
Reference in a new issue