summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-12 10:20:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-12 10:20:47 +0000
commitc927df3fa19a2afda7bbacefbb366f7382b5269b (patch)
tree4acc885a629106c24fae58beba5ec9db078acc5b /crypto/rsa/rsa.h
parent4700aea951dcba9b1e3b724bf4d8f0c712578892 (diff)
Initial DSA EVP_PKEY_METHOD. Fixup some error codes.
Diffstat (limited to 'crypto/rsa/rsa.h')
-rw-r--r--crypto/rsa/rsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h
index cc58797f30..74fcdee259 100644
--- a/crypto/rsa/rsa.h
+++ b/crypto/rsa/rsa.h
@@ -370,7 +370,7 @@ void ERR_load_RSA_strings(void);
/* Error codes for the RSA functions. */
/* Function codes. */
-#define RSA_F_CHECK_PADDING_NID 140
+#define RSA_F_CHECK_PADDING_MD 140
#define RSA_F_MEMORY_LOCK 100
#define RSA_F_PKEY_RSA_SIGN 142
#define RSA_F_PKEY_RSA_VERIFYRECOVER 141