Revert "Removed duplicate WOLFSSL_ABI tag."

This reverts commit d17021bc4e8e3f12b0c0406f7fe400ed4c0bc2cd.
This commit is contained in:
Uriah Pollock
2022-08-02 07:54:05 -05:00
parent f2677c29ec
commit d283510aa9
2 changed files with 5 additions and 2 deletions

View File

@ -39,6 +39,9 @@ decouple library dependencies with standard string, memory and so on.
#endif #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 * This struct is used multiple time by other structs and
* needs to be defined somewhere that all structs can import * needs to be defined somewhere that all structs can import

View File

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