Searched refs:rctmode (Results 1 – 1 of 1) sorted by relevance
840 char *rctmode = (rctformat == FORMAT_ASN1) ? "rb" : "r"; in MAIN() local841 if (!(rctin = BIO_new_file(rctfile, rctmode))) in MAIN()