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
f51bd649
Commit
f51bd649
authored
Mar 25, 2015
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include new assembly directories for make dist.
parent
c0ea0a1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+3
-0
Makefile.in
Makefile.in
+3
-1
No files found.
ChangeLog
View file @
f51bd649
2015-03-25 Niels Möller <nisse@diamant.hack.org>
* Makefile.in (distdir): Include assembly files from the new
x86_64/aesni, x86_64/fat, and arm/fat directories.
* ed25519-sha512-pubkey.c: Fix stack overwrite. The digest array
must have room for a complete sha512 digest.
...
...
Makefile.in
View file @
f51bd649
...
...
@@ -565,7 +565,9 @@ distdir: $(DISTFILES)
else
cp
"
$(srcdir)
/
$$
f"
"
$(distdir)
"
;
\
fi
;
\
done
set
-e
;
for
d
in
sparc32 sparc64 x86 x86_64 arm arm/neon arm/v6
;
do
\
set
-e
;
for
d
in
sparc32 sparc64 x86
\
x86_64 x86_64/aesni x86_64/fat
\
arm arm/neon arm/v6 arm/fat
;
do
\
mkdir
"
$(distdir)
/
$$
d"
;
\
find
"
$(srcdir)
/
$$
d"
-maxdepth
1
'('
-name
'*.asm'
-o
-name
'*.m4'
')'
\
-exec
cp
'{}'
"
$(distdir)
/
$$
d"
';'
;
\
...
...
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