Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
f51bd649
Commit
f51bd649
authored
Mar 25, 2015
by
Niels Möller
Browse files
Include new assembly directories for make dist.
parent
c0ea0a1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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