mirror of https://github.com/wolfSSL/wolfssl.git
Revert "Revert "Removed duplicate WOLFSSL_ABI tag.""
This reverts commit e5c51b2638a374aa987c30be8598a78e3f370c7a.pull/5420/head
parent
d283510aa9
commit
65d402d8d7
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue