Home
last modified time | relevance | path

Searched refs:reasoncode (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Derrtest.c59 unsigned long reasoncode; in test_print_error_format() local
70 reasoncode = ERR_GET_REASON(errorcode); in test_print_error_format()
72 if (!TEST_int_eq(reasoncode, syserr)) { in test_print_error_format()
86 BIO_snprintf(reasonbuf, sizeof(reasonbuf), "reason(%lu)", reasoncode); in test_print_error_format()