mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
git push origin ms_abi
This commit is contained in:
@ -77,5 +77,11 @@
|
|||||||
#endif /* BUILDING_WOLFSSL */
|
#endif /* BUILDING_WOLFSSL */
|
||||||
|
|
||||||
#endif /* HAVE_FIPS */
|
#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 */
|
#endif /* WOLF_CRYPT_VISIBILITY_H */
|
||||||
|
|
||||||
|
@ -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);
|
WOLFSSL_API int wc_SetMutexCb(mutex_cb* cb);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define WOLFSSL_ABI
|
|
||||||
/* TODO: Fix this. The above is a hack for now - UP */
|
|
||||||
|
|
||||||
/* main crypto initialization function */
|
/* main crypto initialization function */
|
||||||
WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Init(void);
|
WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Init(void);
|
||||||
WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
|
WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
|
||||||
|
Reference in New Issue
Block a user