X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=rsaref%2Frsaref.c;h=324460327d46703c2347a62af7c90e4d6bf531d0;hp=ac4fe01939b47bfacc7dd6986f5344aefb668e4e;hb=c1374a7dc096340f29edcecffe47a8773c70ce5a;hpb=eda1f21f1af8b6f77327e7b37573af9c1ba73726 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()