Browse Source

s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).

OPENBSD_4_7
sobrado 14 years ago
parent
commit
2101574acc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/crypt/md5crypt.c

+ 2
- 2
src/lib/libc/crypt/md5crypt.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: md5crypt.c,v 1.14 2005/08/08 08:05:33 espie Exp $ */
/* $OpenBSD: md5crypt.c,v 1.15 2009/10/31 13:29:07 sobrado Exp $ */
/*
* ----------------------------------------------------------------------------
@ -108,7 +108,7 @@ md5crypt(const char *pw, const char *salt)
/*
* and now, just to make sure things don't run too fast
* On a 60 Mhz Pentium this takes 34 msec, so you would
* On a 60 MHz Pentium this takes 34 msec, so you would
* need 30 seconds to build a 1000 entry dictionary...
*/
for(i=0;i<1000;i++) {


Loading…
Cancel
Save