Searched refs:MPERRX (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libmp/
H A Dmpasbn.c47 * reasonable. The MPERR and MPERRX macros call warn and warnx,
88 #define MPERRX(s) do { warnx s; abort(); } while (0) macro
111 * Report an error from one of the BN_* functions using MPERRX.
118 MPERRX(("%s: %s", msg, ERR_reason_error_string(ERR_get_error())));

Completed in 148 milliseconds