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

/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dcerts.c88 unsigned long crypto_err; local
109 while ((crypto_err = ERR_get_error()) != 0) {
111 ERR_reason_error_string(crypto_err));
193 unsigned long crypto_err; local
220 while ((crypto_err = ERR_get_error()) != 0) {
222 ERR_reason_error_string(crypto_err));

Completed in 43 milliseconds