remove ECDSA_METHOD from ENGINE
[openssl.git] / engines / e_capi.c
index b2ae577987d6e96bd6c9cc73546553b1d56af4eb..1e41b267e431360da26535518e070e616fa702fe 100644 (file)
@@ -436,7 +436,7 @@ static RSA_METHOD capi_rsa_method = {
     0,                          /* bn_mod_exp */
     0,                          /* init */
     capi_rsa_free,              /* finish */
-    RSA_FLAG_SIGN_VER,          /* flags */
+    0,                          /* flags */
     NULL,                       /* app_data */
     capi_rsa_sign,              /* rsa_sign */
     0                           /* rsa_verify */