Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dx509.c975 BIGNUM *dsapub = NULL; in x509_main() local
978 EVP_PKEY_get_bn_param(pkey, "pub", &dsapub); in x509_main()
979 BN_print(out, dsapub); in x509_main()
980 BN_free(dsapub); in x509_main()