From a7a8d57bcaaaf4e5982d2e51cd3086d34f45f780 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 8 Jun 2015 01:14:57 +0200 Subject: Windows: rename PIN to PIM to avoid confusion. Better error messages. --- src/Common/Pkcs5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Pkcs5.c') diff --git a/src/Common/Pkcs5.c b/src/Common/Pkcs5.c index adce567b..3e03ade2 100644 --- a/src/Common/Pkcs5.c +++ b/src/Common/Pkcs5.c @@ -760,7 +760,7 @@ char *get_pkcs5_prf_name (int pkcs5_prf_id) int get_pkcs5_iteration_count (int pkcs5_prf_id, int pin, BOOL truecryptMode, BOOL bBoot) { if ( (pin < 0) - || (truecryptMode && pin > 0) /* No PIN for TrueCrypt mode */ + || (truecryptMode && pin > 0) /* No PIM for TrueCrypt mode */ ) { return 0; -- cgit v1.2.3