ERR_add_error_txt
#define ossl_cmp_add_error_data(txt) ERR_add_error_txt(" : ", txt)
#define ossl_cmp_add_error_line(txt) ERR_add_error_txt("\n", txt)
ERR_add_error_txt(NULL, "for msg sender name = ");
ERR_add_error_txt(NULL, sname);
ERR_add_error_txt(" and ", "for msg senderKID = ");
ERR_add_error_txt(NULL, skid_str);
ERR_add_error_txt(separator, str);
void ERR_add_error_txt(const char *sepr, const char *txt);
ERR_add_error_txt(STR_SEP, max_str_literal);