projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9860a
)
Oops!
author
Ulf Möller
<ulf@openssl.org>
Sat, 4 Dec 1999 00:13:37 +0000
(
00:13
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Sat, 4 Dec 1999 00:13:37 +0000
(
00:13
+0000)
rsaref/rsaref.c
patch
|
blob
|
history
diff --git
a/rsaref/rsaref.c
b/rsaref/rsaref.c
index 1a4c0f378b94bc6567f636a03114ee8498a850b9..a2febddbfd42a7af13c64c9ef147b209ffb7dd3f 100644
(file)
--- 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);