Searched refs:CMP_ERR (Results 1 – 1 of 1) sorted by relevance
/openssl/apps/ |
H A D | cmp.c | 725 #define CMP_ERR(msg, a1, a2, a3) \ macro 727 #define CMP_err(msg) CMP_ERR(msg"%s%s%s", "", "", "") 728 #define CMP_err1(msg, a1) CMP_ERR(msg"%s%s", a1, "", "") 729 #define CMP_err2(msg, a1, a2) CMP_ERR(msg"%s", a1, a2, "") 730 #define CMP_err3(msg, a1, a2, a3) CMP_ERR(msg, a1, a2, a3)
|
Completed in 12 milliseconds