Commit dd274b1c authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix for some platforms where "char" is unsigned.

parent 9c75461b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */