mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
- Fixed typo in name of POLARSSL_ERR_RSA_OUTPUT_TOO_LARGE.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user