]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Mon, 8 Sep 2008 20:48:30 +0000 (22:48 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 8 Sep 2008 20:48:30 +0000 (22:48 +0200)
Rev: nettle/ChangeLog:1.14

ChangeLog

index 5a17061bfd8413465074c8d7cf970b8815413861..32a2775c469f1e0e8786dff9f8719e84a93a4bd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-09-08  Niels Möller  <nisse@lysator.liu.se>
 
+       * x86_64/sha1-compress.asm: New x86_64 assembler, based on the x86
+       version.        
+
        * configure.ac (asm_path): Set up asm_path for x86_64.
 
        * x86_64/machine.m4: New file, new directory.
@@ -29,7 +32,7 @@
        (sexp_get_token): Use sexp_get_comment.
 
        * tools/misc.h (enum sexp_token): Start enumeration with zero, zero
-       is no longer used to maen any type. New type SEXP_COMMENT.
+       is no longer used to mean any type. New type SEXP_COMMENT.
 
        * configure.ac: Check for fcntl file locking.