git push origin ms_abi

pull/5420/head
Uriah Pollock 2022-07-28 16:30:38 -05:00
parent b200d65a6a
commit cc8fb1f978
2 changed files with 6 additions and 3 deletions

View File

@ -77,5 +77,11 @@
#endif /* BUILDING_WOLFSSL */
#endif /* HAVE_FIPS */
/* WOLFSSL_ABI is used for public API symbols that must not change
* their signature.
*/
#define WOLFSSL_ABI
#endif /* WOLF_CRYPT_VISIBILITY_H */

View File

@ -358,9 +358,6 @@ WOLFSSL_API int wc_LockMutex_ex(int flag, int type, const char* file, int line);
WOLFSSL_API int wc_SetMutexCb(mutex_cb* cb);
#endif
#define WOLFSSL_ABI
/* TODO: Fix this. The above is a hack for now - UP */
/* main crypto initialization function */
WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Init(void);
WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);