Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Dcms.c278 ASN1_OBJECT *econtent_type = NULL; in cms_main() local
544 if (econtent_type != NULL) { in cms_main()
549 econtent_type = OBJ_txt2obj(opt_arg(), 0); in cms_main()
550 if (econtent_type == NULL) { in cms_main()
1069 if (econtent_type != NULL) in cms_main()
1070 CMS_set1_eContentType(cms, econtent_type); in cms_main()
1265 ASN1_OBJECT_free(econtent_type); in cms_main()