aboutsummaryrefslogtreecommitdiff
path: root/openssl/times/x86/des3s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/times/x86/des3s.cpp')
-rw-r--r--openssl/times/x86/des3s.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/times/x86/des3s.cpp b/openssl/times/x86/des3s.cpp
index 02d527c05..cd2b1126f 100644
--- a/openssl/times/x86/des3s.cpp
+++ b/openssl/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)));
}
}