Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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()