API published in:
API deprecated in:
#include <openssl/opensslconf.h>
Go to the source code of this file.
Defines |
|
#define | OPENSSL_SYS_UNIX |
#define | OPENSSL_UNISTD_IO OPENSSL_UNISTD |
That's it for OS-specific stuff. |
|
#define | OPENSSL_DECLARE_EXIT |
#define | OPENSSL_EXPORT extern |
#define | OPENSSL_IMPORT extern |
#define | OPENSSL_GLOBAL |
#define | OPENSSL_EXTERN OPENSSL_IMPORT |
#define | OPENSSL_IMPLEMENT_GLOBAL(type, name) OPENSSL_GLOBAL type _shadow_##name |
#define | OPENSSL_DECLARE_GLOBAL(type, name) OPENSSL_EXPORT type _shadow_##name |
#define | OPENSSL_GLOBAL_REF(name) _shadow_##name |
|
|
|
|
|
|
|
|
|
|
That's it for OS-specific stuff. |