예제 #1
0
파일: bio_asn1.c 프로젝트: AnClark/openssl
static int asn1_bio_puts(BIO *b, const char *str)
{
    return asn1_bio_write(b, str, strlen(str));
}
예제 #2
0
static int asn1_bio_puts(BIO *b, const char *str)
	{
	return asn1_bio_write(b, str, TINYCLR_SSL_STRLEN(str));
	}