#include <openssl/err.h>
Go to the source code of this file.
Typedefs | |
typedef struct err_save_state_st | ERR_SAVE_STATE |
Functions | |
OPENSSL_EXPORT void | ERR_restore_state (const ERR_SAVE_STATE *state) |
OPENSSL_EXPORT ERR_SAVE_STATE * | ERR_save_state (void) |
OPENSSL_EXPORT void | ERR_SAVE_STATE_free (ERR_SAVE_STATE *state) |
typedef struct err_save_state_st ERR_SAVE_STATE |
Definition at line 30 of file third_party/boringssl-with-bazel/src/crypto/err/internal.h.
OPENSSL_EXPORT void ERR_restore_state | ( | const ERR_SAVE_STATE * | state | ) |
OPENSSL_EXPORT ERR_SAVE_STATE* ERR_save_state | ( | void | ) |
OPENSSL_EXPORT void ERR_SAVE_STATE_free | ( | ERR_SAVE_STATE * | state | ) |