Hi Group
 I want to use sk_pop to retreive the last item in
stack I want to know that the what's the length of the
returned char*.For example What's the length of buf?
in the following code.

 for(int i = 0;i < sk_num(skCerts);i++) {
           buf =  sk_pop(skCerts); 
//? What's the length of buf?
           certt.loadFromBuffer((byte*)buf,(int)
strlen(buf));
           CACerts.push_back(certt);
    }
Thanks.

__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to