summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-06-02 18:25:36 +0000
committerAndy Polyakov <appro@openssl.org>2005-06-02 18:25:36 +0000
commitd51204f1b1fed976bc3f5f37a466973b9f851328 (patch)
tree259bd9e31ec8a6f2cf2b95cc7d7ee79c17fd5551 /crypto/rsa/rsa.h
parentb3f6325988c3715fbcffcbc065d280e1ff3fc2bd (diff)
PSS update [from 0.9.7].
Diffstat (limited to 'crypto/rsa/rsa.h')
-rw-r--r--crypto/rsa/rsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h
index 2dd403b81b..de053e20c1 100644
--- a/crypto/rsa/rsa.h
+++ b/crypto/rsa/rsa.h
@@ -405,7 +405,7 @@ void ERR_load_RSA_strings(void);
#define RSA_R_NULL_BEFORE_BLOCK_MISSING 113
#define RSA_R_N_DOES_NOT_EQUAL_P_Q 127
#define RSA_R_OAEP_DECODING_ERROR 121
-#define RSA_R_ONE_CHECK_FAILED 135
+#define RSA_R_SLEN_RECOVERY_FAILED 135
#define RSA_R_PADDING_CHECK_FAILED 114
#define RSA_R_P_NOT_PRIME 128
#define RSA_R_Q_NOT_PRIME 129
@@ -415,7 +415,7 @@ void ERR_load_RSA_strings(void);
#define RSA_R_UNKNOWN_ALGORITHM_TYPE 117
#define RSA_R_UNKNOWN_PADDING_TYPE 118
#define RSA_R_WRONG_SIGNATURE_LENGTH 119
-#define RSA_R_ZERO_CHECK_FAILED 136
+#define RSA_R_SLEN_CHECK_FAILED 136
#ifdef __cplusplus
}