Searched defs:sha1_fp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dkeystore.c249 char *sha1_fp; local
290 sha1_fp = gettext(MSG_KEYSTORE_UNKNOWN);
292 sha1_fp = xstrdup(tmp);
329 (void) fprintf(outfile, "%18s: %s\n", sha1_label, sha1_fp);
343 if (sha1_fp != NULL)
344 free(sha1_fp);

Completed in 27 milliseconds