fixup! Stub EC_KEY_METHOD

This commit is contained in:
Juliusz Sosinowicz
2024-05-08 16:41:00 +02:00
parent 0f06faf3d4
commit d6291522b9

View File

@@ -140,6 +140,8 @@ typedef int point_conversion_form_t;
typedef struct WOLFSSL_EC_KEY_METHOD {
/* Not implemented */
/* Just here so that some C compilers don't complain. To be removed. */
void* dummy_member;
} WOLFSSL_EC_KEY_METHOD;
WOLFSSL_API