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

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetlist.c373 static char *noverify; local
377 noverify = NULL;
379 if (is_in_env(class_name, "PKG_SRC_NOVERIFY", &noverify,
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Docsp.c105 int add_nonce = 1, noverify = 0, use_ssl = -1; local
189 else if (!strcmp(*args, "-noverify"))
190 noverify = 1;
537 BIO_printf (bio_err, "-noverify don't verify response at all\n");
836 if (!noverify)

Completed in 50 milliseconds