summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/rsa/rsa_pk1.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/rsa/rsa_pk1.c')
-rw-r--r--lib/libssl/src/crypto/rsa/rsa_pk1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/rsa/rsa_pk1.c b/lib/libssl/src/crypto/rsa/rsa_pk1.c
index 8560755f1d1..9eabb4fc92e 100644
--- a/lib/libssl/src/crypto/rsa/rsa_pk1.c
+++ b/lib/libssl/src/crypto/rsa/rsa_pk1.c
@@ -190,9 +190,6 @@ int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen,
RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2,RSA_R_BLOCK_TYPE_IS_NOT_02);
return(-1);
}
-#ifdef PKCS1_CHECK
- return(num-11);
-#endif
/* scan over padding data */
j=flen-1; /* one for type. */