Import of old SSLeay release: SSLeay 0.9.0b
[openssl.git] / rsaref / rsaref.c
index ac4fe01939b47bfacc7dd6986f5344aefb668e4e..324460327d46703c2347a62af7c90e4d6bf531d0 100644 (file)
@@ -1,5 +1,5 @@
 /* rsaref/rsaref.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -126,6 +126,8 @@ static RSA_METHOD rsa_pkcs1_ref_meth={
        BN_ref_mod_exp,
        NULL,
        NULL,
+       0,
+       NULL,
        };
 
 RSA_METHOD *RSA_PKCS1_RSAref()