summaryrefslogtreecommitdiffstats
path: root/times
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-20 11:33:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-20 11:33:12 +0000
commit8711efb4984b66a901b543d1b5d96fc5b6928d10 (patch)
treeb50e619056ba3b0b29633e6cd1be98f8a6168134 /times
parente5fa864f62c096536d700d977a5eb924ad293304 (diff)
Updates from 1.0.0-stable branch.
Diffstat (limited to 'times')
-rw-r--r--times/x86/des3s.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/times/x86/des3s.cpp b/times/x86/des3s.cpp
index 02d527c057..cd2b1126f1 100644
--- a/times/x86/des3s.cpp
+++ b/times/x86/des3s.cpp
@@ -60,7 +60,7 @@ void main(int argc,char *argv[])
des_encrypt3(&data[0],key1,key2,key3);
}
- printf("des %d %d (%d)\n",
+ printf("des3 %d %d (%d)\n",
e1-s1,e2-s2,((e2-s2)-(e1-s1)));
}
}