Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
bf9d18c7
Commit
bf9d18c7
authored
Oct 19, 2004
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/.cvsignore:1.16 Rev: src/nettle/ChangeLog:1.280
parent
4de62d4e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
4 deletions
+21
-4
.cvsignore
.cvsignore
+3
-2
.gitignore
.gitignore
+3
-2
ChangeLog
ChangeLog
+15
-0
No files found.
.cvsignore
View file @
bf9d18c7
*.d
*.po
*.s
*.tar.gz
*.tar.gz.asc
*.d
*.po
.lib
Makefile
aesdata
...
...
@@ -12,6 +12,7 @@ config.h
config.h.in
config.log
config.m4
config.make
config.status
configure
desdata
...
...
.gitignore
View file @
bf9d18c7
...
...
@@ -30,11 +30,11 @@ _$*
*.elc
*.ln
core
/*.d
/*.po
/*.s
/*.tar.gz
/*.tar.gz.asc
/*.d
/*.po
/.lib
/Makefile
/aesdata
...
...
@@ -44,6 +44,7 @@ core
/config.h.in
/config.log
/config.m4
/config.make
/config.status
/configure
/desdata
...
...
ChangeLog
View file @
bf9d18c7
2004-10-19 Niels Mller <nisse@lysator.liu.se>
Stop using automake. Replaced each Makefile.am with a hand-written
Makefile.in.
* configure.ac: New output variable CCPIC_MAYBE. New output file
config.make. Replaced automake constructions.
* .bootstrap: Don't run aclocal and automake.
* config.make.in: New file, with shared Makefile variables and rules.
2004-10-18 Niels Mller <nisse@lysator.liu.se>
* x86/arcfour-crypt.asm (nettle_arcfour_crypt): Replace incb ->
incl + andl, to improve speed on PPro and PII. Suggested by
Fredrik Olsson.
2004-10-08 Niels Mller <niels@s3.kth.se>
* examples/rsa-encrypt-test: Avoid reading and executing a file at
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment