Searched defs:mlch (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/asn1/
H A Dt_req.c100 char mlch = ' '; local
104 mlch = '\n';
130 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
H A Dt_x509.c108 char *m=NULL,mlch = ' '; local
116 mlch = '\n';
180 if (BIO_printf(bp," Issuer:%c",mlch) <= 0) goto err;
195 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;

Completed in 104 milliseconds