mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Revert "Removed duplicate WOLFSSL_ABI tag."
This reverts commit d17021bc4e8e3f12b0c0406f7fe400ed4c0bc2cd.
This commit is contained in:
@ -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
|
||||||
|
@ -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 */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user