that there's some callback function
pointer that can be passed.
I again apologies for reposting.
Parimal Das
I/O code instead of OpenSSL's socket I/O
code? I'm hoping that you will tell me that there's some callback function
pointer that can be passed.
-Parimal
--
--
Warm Regards,
Parimal Das
thing.abc", "a+");
for(;;){
p = BIO_read(bio, r, 1023);
if(p <= 0) break;
r[p] = 0;
fprintf(fp, "%s", r);
}
fclose(fp);
std::cout << "Done reading" << std::endl;
/*
sl_getdata
562 ssl3_read_internal
562 ssl3_read_bytes
562 ssl3_read_n
562 BIO_read
562 read$UNIX2003
Thanks Again
-Parimal Das
On Wed, Oct 2
562 ssl3_read_n
562 BIO_read
562 read$UNIX2003
562 read$UNIX2003
--
--
Warm Regards,
Parimal Das
Webyog Softworks
$UNIX2003
562 read$UNIX2003
I am using OpenSSL 0.9.7 included in IMAP-2009 (http://www.panda.com/imap/)
on OS X 10.5.8 (Leopard)
Anyone has some idea about this problem??
Any suggestions??
Advance Thanks
-Parimal Das
--
--
Warm Regards,
Parimal Das