Searched refs:use_sep (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Dencode_key2text.c54 int ret = 0, use_sep = 0; local
105 use_sep = 1;
112 use_sep = 0; /* The first byte on the next line doesnt have a : */
114 if (BIO_printf(out, "%s%c%c", use_sep ? ":" : "",
119 use_sep = 1;

Completed in 431 milliseconds