Hi,

  The following RSA code compiles:

#include <openssl/rsa.h>
main() { RSA_METHOD rsa = { "test" };  }

but this ECDSA code doesn't:

#include <openssl/ecdsa.h>
main() {  ECDSA_METHOD ecdsa = { "test" }; }

Am I missing a declaration, or is this perhaps a bug?

Thanks,
Kent
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to