summaryrefslogtreecommitdiffstats
path: root/rsaref
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-12-04 00:13:37 +0000
committerUlf Möller <ulf@openssl.org>1999-12-04 00:13:37 +0000
commit9f382899b271a37255447674f05331d7cb9c1a86 (patch)
treeef7ddb60e90994861be9380cd541a2be3c550120 /rsaref
parentcd9860af26bf1acb404dc1ab7a2738e817ebcd1f (diff)
Oops!
Diffstat (limited to 'rsaref')
-rw-r--r--rsaref/rsaref.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsaref/rsaref.c b/rsaref/rsaref.c
index 1a4c0f378b..a2febddbfd 100644
--- a/rsaref/rsaref.c
+++ b/rsaref/rsaref.c
@@ -265,7 +265,6 @@ int RSA_ref_public_decrypt(int len, unsigned char *from, unsigned char *to,
RSAREFerr(RSAREF_F_RSA_REF_PUBLIC_DECRYPT,RSAREF_R_LEN);
goto err;
}
- goto err;
if ((i=RSAPublicDecrypt(to,&outlen,from,len,&RSAkey)) != 0)
{
RSAREFerr(RSAREF_F_RSA_REF_PUBLIC_DECRYPT,i);