aboutsummaryrefslogtreecommitdiffstats
path: root/rsaref/rsaref.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsaref/rsaref.c')
-rw-r--r--rsaref/rsaref.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/rsaref/rsaref.c b/rsaref/rsaref.c
index ac4fe01939..324460327d 100644
--- a/rsaref/rsaref.c
+++ b/rsaref/rsaref.c
@@ -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()