Home | History | Annotate | Download | only in apps

Lines Matching full:notext

221 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext);
297 int notext=0;
452 else if (strcmp(*argv,"-notext") == 0)
453 notext=1;
1354 write_new_certificate(Cout,x, 0, notext);
1355 write_new_certificate(Sout,x, output_der, notext);
2242 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext)
2262 if (!notext)X509_print(bp,x);