Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dx509.c673 unsigned char *alstr; in x509_main() local
674 alstr = X509_alias_get0(x, NULL); in x509_main()
675 if (alstr) in x509_main()
676 BIO_printf(out, "%s\n", alstr); in x509_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dx509.c943 unsigned char *alstr = X509_alias_get0(x, NULL); in x509_main() local
945 if (alstr) in x509_main()
946 BIO_printf(out, "%s\n", alstr); in x509_main()