ECDSA support
[openssl.git] / crypto / engine / eng_int.h
index 38335f99cdaa5cde077bbbe7cb8bc9f19bdd65c0..0407de9e1adc148ee8da64175dde44132b4c9fe1 100644 (file)
@@ -146,6 +146,7 @@ struct engine_st
        const RSA_METHOD *rsa_meth;
        const DSA_METHOD *dsa_meth;
        const DH_METHOD *dh_meth;
+       const ECDSA_METHOD *ecdsa_meth;
        const RAND_METHOD *rand_meth;
        /* Cipher handling is via this callback */
        ENGINE_CIPHERS_PTR ciphers;