Home
last modified time | relevance | path

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

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