summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/x86-mont.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-10-09 10:26:56 +0000
committerAndy Polyakov <appro@openssl.org>2005-10-09 10:26:56 +0000
commit35593b33f44c14e5ce1a983a820a7eabf7996220 (patch)
treee27ed7d1710be62296fee071ecf8f9f769cc3a99 /crypto/bn/asm/x86-mont.pl
parent54f3d200d32e70aa1c5b4d72e6c879e3da769926 (diff)
Add timestamp to x86-mont.pl.
Diffstat (limited to 'crypto/bn/asm/x86-mont.pl')
-rwxr-xr-xcrypto/bn/asm/x86-mont.pl2
1 files changed, 2 insertions, 0 deletions
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