File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 510
510
#error "MBEDTLS_RSA_C defined, but none of the PKCS1 versions enabled"
511
511
#endif
512
512
513
+ #if defined(MBEDTLS_SHA512_NO_SHA384 ) && !defined(MBEDTLS_SHA512_C )
514
+ #error "MBEDTLS_SHA512_NO_SHA384 defined without MBEDTLS_SHA512_C"
515
+ #endif
516
+
513
517
#if defined(MBEDTLS_THREADING_PTHREAD )
514
518
#if !defined(MBEDTLS_THREADING_C ) || defined(MBEDTLS_THREADING_IMPL )
515
519
#error "MBEDTLS_THREADING_PTHREAD defined, but not all prerequisites"
Original file line number Diff line number Diff line change 1039
1039
* Disable the SHA-384 option of the SHA-512 module. Use this to save some
1040
1040
* code size on devices that don't use SHA-384.
1041
1041
*
1042
+ * Requires: MBEDTLS_SHA512_C
1043
+ *
1042
1044
* Uncomment to disable SHA-384
1043
1045
*/
1044
1046
//#define MBEDTLS_SHA512_NO_SHA384
You can’t perform that action at this time.
0 commit comments