d2i_DSAPrivateKey defination

2008-04-29 Thread sumanth achar
Hi,
  I am using openssl-0.9.8g release not able to find function defination
of d2i_DSAPrivateKey. can anybody please let me know when can i find this
function defination.

Regards,
Sumanth


Re: d2i_DSAPrivateKey defination

2008-04-29 Thread Marek . Marcola
Hello,

[EMAIL PROTECTED] wrote on 04/29/2008 03:31:42 PM:

 Hi,
   I am using openssl-0.9.8g release not able to find function 
defination of 
 d2i_DSAPrivateKey. can anybody please let me know when can i find this 
function defination.
After compiling:
  $ cd crypto/dsa
  $ nm --print-file-name *.o | grep d2i_DSAPrivateKey
  dsa_asn1.o:01c0 T d2i_DSAPrivateKey
  $ gcc -E dsa_asn1.c | grep d2i_DSAPrivateKey

Best regards,
--
Marek Marcola [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]