Packages

Signal Protocol cryptographic primitives NIF implementation

Current section

Files

Jump to
libsignal_protocol_nif c_src utils error_handling.h
Raw

c_src/utils/error_handling.h

#ifndef ERROR_HANDLING_H
#define ERROR_HANDLING_H
#include <erl_nif.h>
// Enhanced error handling function
ERL_NIF_TERM make_openssl_error(ErlNifEnv *env);
#endif // ERROR_HANDLING_H