From 8a5b5b47ae9254ac0fc8e881093cca7ec6e026f1 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 20 Apr 2009 11:33:07 +0000 Subject: Updates from 1.0.0-stable branch. --- times/x86/des3s.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'times') diff --git a/times/x86/des3s.cpp b/times/x86/des3s.cpp index 02d527c05..cd2b1126f 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))); } } -- cgit v1.2.1