Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
ee23e44f
Commit
ee23e44f
authored
Jul 07, 2018
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add two missing includes of the new internal headers.
parent
4980e4ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
bignum-random-prime.c
bignum-random-prime.c
+1
-1
ripemd160-compress.c
ripemd160-compress.c
+1
-0
No files found.
bignum-random-prime.c
View file @
ee23e44f
...
...
@@ -50,7 +50,7 @@
#endif
#include "bignum.h"
#include "hogweed-internal.h"
#include "macros.h"
/* Use a table of p_2 = 3 to p_{172} = 1021, used for sieving numbers
...
...
ripemd160-compress.c
View file @
ee23e44f
...
...
@@ -40,6 +40,7 @@
#include <string.h>
#include "ripemd160.h"
#include "ripemd160-internal.h"
#include "macros.h"
...
...
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