Example #1
0
static int asn1_bio_puts(BIO *b, const char *str)
{
    return asn1_bio_write(b, str, strlen(str));
}
Example #2
0
static int asn1_bio_puts(BIO *b, const char *str)
	{
	return asn1_bio_write(b, str, TINYCLR_SSL_STRLEN(str));
	}