Comment fixup.

This commit is contained in:
Anthony Hu
2026-04-10 10:45:15 -04:00
committed by Daniel Pouzzner
parent 79b4efb9ea
commit e0e6610503
+1 -1
View File
@@ -39,7 +39,7 @@
* Attacker-controlled PKCS#12 files can specify iterations up to INT_MAX
* (2,147,483,647) in the MAC data, causing hours of CPU time.
* Override by defining WC_PBKDF_MAX_ITERATIONS before including this header.
* Normal PKCS#12 files use 1,00010,000 iterations. */
* Normal p12 files use 1k to 10k iterations. */
#ifndef WC_PBKDF_MAX_ITERATIONS
#define WC_PBKDF_MAX_ITERATIONS 2000000
#endif