Revert "Revert "Removed duplicate WOLFSSL_ABI tag.""

This reverts commit e5c51b2638a374aa987c30be8598a78e3f370c7a.
pull/5420/head
Uriah Pollock 2022-08-02 07:57:26 -05:00
parent d283510aa9
commit 65d402d8d7
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 */