Removed duplicate WOLFSSL_ABI tag.

This commit is contained in:
Uriah Pollock
2022-08-02 07:20:33 -05:00
parent cc8fb1f978
commit f2677c29ec
2 changed files with 2 additions and 5 deletions

View File

@ -39,9 +39,6 @@ decouple library dependencies with standard string, memory and so on.
#endif
#define WOLFSSL_ABI
/* Tag for all the APIs that are a part of the fixed ABI. */
/*
* This struct is used multiple time by other structs and
* needs to be defined somewhere that all structs can import

View File

@ -79,9 +79,9 @@
#endif /* HAVE_FIPS */
/* WOLFSSL_ABI is used for public API symbols that must not change
* their signature.
* their signature. This tag is used for all APIs that are a
* part of the fixed ABI.
*/
#define WOLFSSL_ABI
#endif /* WOLF_CRYPT_VISIBILITY_H */