From 35593b33f44c14e5ce1a983a820a7eabf7996220 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 9 Oct 2005 10:26:56 +0000 Subject: [PATCH] Add timestamp to x86-mont.pl. --- crypto/bn/asm/x86-mont.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/bn/asm/x86-mont.pl b/crypto/bn/asm/x86-mont.pl index dbf5cb173d..98a7f09627 100755 --- a/crypto/bn/asm/x86-mont.pl +++ b/crypto/bn/asm/x86-mont.pl @@ -6,6 +6,8 @@ # forms are granted according to the OpenSSL license. # ==================================================================== +# October 2005 +# # This is a "teaser" code, as it can be improved in several ways... # First of all non-SSE2 path should be implemented (yes, for now it # performs Montgomery multiplication/convolution only on SSE2-capable -- 2.34.1