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

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_server_test.c47 static int dummy_errorCode = CMP_R_MULTIPLE_SAN_SOURCES; /* any reason code */ variable
58 ERR_raise(ERR_LIB_CMP, dummy_errorCode);
101 ERR_PACK(ERR_LIB_CMP, 0, dummy_errorCode)))

Completed in 73 milliseconds