summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/crypt/md5crypt.c4
-rw-r--r--src/lib/libcrypto/des/times/aix.cc4
-rw-r--r--src/lib/libssl/src/crypto/des/times/aix.cc4
-rw-r--r--src/lib/libssl/src/times/aix.t4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/libc/crypt/md5crypt.c b/src/lib/libc/crypt/md5crypt.c
index fe1393cf7c..b32cd2115f 100644
--- a/src/lib/libc/crypt/md5crypt.c
+++ b/src/lib/libc/crypt/md5crypt.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: md5crypt.c,v 1.14 2005/08/08 08:05:33 espie Exp $ */ 1/* $OpenBSD: md5crypt.c,v 1.15 2009/10/31 13:29:07 sobrado Exp $ */
2 2
3/* 3/*
4 * ---------------------------------------------------------------------------- 4 * ----------------------------------------------------------------------------
@@ -108,7 +108,7 @@ md5crypt(const char *pw, const char *salt)
108 108
109 /* 109 /*
110 * and now, just to make sure things don't run too fast 110 * and now, just to make sure things don't run too fast
111 * On a 60 Mhz Pentium this takes 34 msec, so you would 111 * On a 60 MHz Pentium this takes 34 msec, so you would
112 * need 30 seconds to build a 1000 entry dictionary... 112 * need 30 seconds to build a 1000 entry dictionary...
113 */ 113 */
114 for(i=0;i<1000;i++) { 114 for(i=0;i<1000;i++) {
diff --git a/src/lib/libcrypto/des/times/aix.cc b/src/lib/libcrypto/des/times/aix.cc
index d96b74e2ce..e9b2e45751 100644
--- a/src/lib/libcrypto/des/times/aix.cc
+++ b/src/lib/libcrypto/des/times/aix.cc
@@ -2,10 +2,10 @@ From: Paco Garcia <pgarcia@cam.es>
2 2
3This machine is a Bull Estrella Minitower Model MT604-100 3This machine is a Bull Estrella Minitower Model MT604-100
4Processor : PPC604 4Processor : PPC604
5P.Speed : 100Mhz 5P.Speed : 100MHz
6Data/Instr Cache : 16 K 6Data/Instr Cache : 16 K
7L2 Cache : 256 K 7L2 Cache : 256 K
8PCI BUS Speed : 33 Mhz 8PCI BUS Speed : 33 MHz
9TransfRate PCI : 132 MB/s 9TransfRate PCI : 132 MB/s
10Memory : 96 MB 10Memory : 96 MB
11 11
diff --git a/src/lib/libssl/src/crypto/des/times/aix.cc b/src/lib/libssl/src/crypto/des/times/aix.cc
index d96b74e2ce..e9b2e45751 100644
--- a/src/lib/libssl/src/crypto/des/times/aix.cc
+++ b/src/lib/libssl/src/crypto/des/times/aix.cc
@@ -2,10 +2,10 @@ From: Paco Garcia <pgarcia@cam.es>
2 2
3This machine is a Bull Estrella Minitower Model MT604-100 3This machine is a Bull Estrella Minitower Model MT604-100
4Processor : PPC604 4Processor : PPC604
5P.Speed : 100Mhz 5P.Speed : 100MHz
6Data/Instr Cache : 16 K 6Data/Instr Cache : 16 K
7L2 Cache : 256 K 7L2 Cache : 256 K
8PCI BUS Speed : 33 Mhz 8PCI BUS Speed : 33 MHz
9TransfRate PCI : 132 MB/s 9TransfRate PCI : 132 MB/s
10Memory : 96 MB 10Memory : 96 MB
11 11
diff --git a/src/lib/libssl/src/times/aix.t b/src/lib/libssl/src/times/aix.t
index 4f24e3980e..590481c9d9 100644
--- a/src/lib/libssl/src/times/aix.t
+++ b/src/lib/libssl/src/times/aix.t
@@ -1,10 +1,10 @@
1from Paco Garcia <pgarcia@ctv.es> 1from Paco Garcia <pgarcia@ctv.es>
2This machine is a Bull Estrella Minitower Model MT604-100 2This machine is a Bull Estrella Minitower Model MT604-100
3Processor : PPC604 3Processor : PPC604
4P.Speed : 100Mhz 4P.Speed : 100MHz
5Data/Instr Cache : 16 K 5Data/Instr Cache : 16 K
6L2 Cache : 256 K 6L2 Cache : 256 K
7PCI BUS Speed : 33 Mhz 7PCI BUS Speed : 33 MHz
8TransfRate PCI : 132 MB/s 8TransfRate PCI : 132 MB/s
9Memory : 96 MB 9Memory : 96 MB
10 10