[email protected] wrote on Sat, Mar 31, 2012 at 23:34:14 -0000:
> +++ subversion/trunk/subversion/libsvn_subr/crypto.c Sat Mar 31 23:34:14 2012
> @@ -33,6 +33,9 @@
> +/* 1000 iterations is the recommended minimum, per RFC 2898, section 4.2.  */
> +#define NUM_ITERATIONS 1000
> +

Should we store this information on disk?  (so we can change the value
later if needed)

Reply via email to