Beispiel #1
0
static int acpt_puts(BIO *bp, const char *str)
{
    int n, ret;

    n = sgx_strlen(str);
    ret = acpt_write(bp, str, n);
    return (ret);
}
static int acpt_puts(BIO *bp, const char *str)
	{
	int n,ret;

	n=TINYCLR_SSL_STRLEN(str);
	ret=acpt_write(bp,str,n);
	return(ret);
	}