We seem to carry some rests of the 0.9.6 [engine] ENGINE framework, here in
[openssl.git] / engines / e_nuron.c
index 88f29640ec442a716a6ee9bab13fca9b2e8c2420..f9c3795033354e68ce4fcde21f5b942a01cdaef1 100644 (file)
@@ -270,6 +270,7 @@ static RSA_METHOD nuron_rsa =
        0,
        NULL,
        NULL,
+       NULL,
        NULL
        };
 #endif
@@ -286,7 +287,9 @@ static DSA_METHOD nuron_dsa =
        NULL, /* init */
        NULL, /* finish */
        0, /* flags */
-       NULL /* app_data */
+       NULL, /* app_data */
+       NULL, /* dsa_paramgen */
+       NULL /* dsa_keygen */
        };
 #endif
 
@@ -300,6 +303,7 @@ static DH_METHOD nuron_dh =
        NULL,
        NULL,
        0,
+       NULL,
        NULL
        };
 #endif