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:000001c0 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 List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to