diff options
author | 2009-10-31 13:29:07 +0000 | |
---|---|---|
committer | 2009-10-31 13:29:07 +0000 | |
commit | 8f30d3ab872eaf7693c4a7527706bcb1500ff3e2 (patch) | |
tree | 23b37ed7e3bc4f0de111bef991ea9397e43c3c11 /usr.sbin/httpd/src | |
parent | Do not override AS and LD, to be cross compilation friendly; noticed by syuu@ (diff) | |
download | wireguard-openbsd-8f30d3ab872eaf7693c4a7527706bcb1500ff3e2.tar.xz wireguard-openbsd-8f30d3ab872eaf7693c4a7527706bcb1500ff3e2.zip |
s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).
Diffstat (limited to 'usr.sbin/httpd/src')
-rw-r--r-- | usr.sbin/httpd/src/ap/ap_md5c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/ap/ap_md5c.c b/usr.sbin/httpd/src/ap/ap_md5c.c index 0716bffe1b5..9f03e5f48aa 100644 --- a/usr.sbin/httpd/src/ap/ap_md5c.c +++ b/usr.sbin/httpd/src/ap/ap_md5c.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ap_md5c.c,v 1.10 2005/03/28 21:03:33 niallo Exp $ */ +/* $OpenBSD: ap_md5c.c,v 1.11 2009/10/31 13:29:07 sobrado Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 @@ -250,7 +250,7 @@ ap_MD5Encode(const unsigned char *pw, const unsigned char *salt, char *result, /* * 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++) { |