This is the first step in allowing RSA_METHODs to implement their own key
[openssl.git] / crypto / rsa / rsa_null.c
index 64057fbdcf7b6442ecc2eee93b22fa88d5b3ce3f..1bf70ca2a9ea91a176cfd99bc4fdd4d652f76998 100644 (file)
@@ -94,6 +94,9 @@ static RSA_METHOD rsa_null_meth={
        RSA_null_finish,
        0,
        NULL,
+       NULL,
+       NULL,
+       NULL
        };
 
 const RSA_METHOD *RSA_null_method(void)