commit | 38e2b482ff1a3539c5c8cc34d066ceaf840a4ba1 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jul 19 20:41:06 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jul 19 20:41:06 2009 +0000 |
tree | f2e0afb52e2e6375c36fc7024356194c55cf9e41 | |
parent | fc22c441bc0cb41ce7bd5ad73e3b2625d4d2a21b [diff] |
- Fixed typo in name of POLARSSL_ERR_RSA_OUTPUT_TOO_LARGE.
diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h index c272cc7..49a04b3 100644 --- a/include/polarssl/rsa.h +++ b/include/polarssl/rsa.h
@@ -31,7 +31,7 @@ #define POLARSSL_ERR_RSA_PUBLIC_FAILED 0x0440 #define POLARSSL_ERR_RSA_PRIVATE_FAILED 0x0450 #define POLARSSL_ERR_RSA_VERIFY_FAILED 0x0460 -#define POLARSSL_ERR_RSA_OUTPUT_TO_LARGE 0x0470 +#define POLARSSL_ERR_RSA_OUTPUT_TOO_LARGE 0x0470 /* * PKCS#1 constants