Skip to content

Commit

Permalink
fixup! Stub EC_KEY_METHOD
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed May 8, 2024
1 parent 0f06faf commit d629152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wolfssl/openssl/ec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d629152

Please sign in to comment.