summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2006-09-06 06:43:11 +0000
committerBodo Möller <bodo@openssl.org>2006-09-06 06:43:11 +0000
commit2952886010a59f92a22f933cb81ee7735e008fef (patch)
tree67341dfa602e619b282bd64b31a63f559a12357c /crypto/rsa/rsa.h
parent613e7d2a6534776667353eb7ac348bdcaa403292 (diff)
Remove non-functional part of recent patch, after discussion with
Colin Percival (this would have caused more problems than solved, and isn't really necessary anyway)
Diffstat (limited to 'crypto/rsa/rsa.h')
-rw-r--r--crypto/rsa/rsa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h
index c8b6a814a0..31f3792a4c 100644
--- a/crypto/rsa/rsa.h
+++ b/crypto/rsa/rsa.h
@@ -457,7 +457,6 @@ void ERR_load_RSA_strings(void);
#define RSA_R_N_DOES_NOT_EQUAL_P_Q 127
#define RSA_R_OAEP_DECODING_ERROR 121
#define RSA_R_PADDING_CHECK_FAILED 114
-#define RSA_R_PKCS1_PADDING_TOO_SHORT 105
#define RSA_R_P_NOT_PRIME 128
#define RSA_R_Q_NOT_PRIME 129
#define RSA_R_RSA_OPERATIONS_NOT_SUPPORTED 130