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
25b7b5cc
Commit
25b7b5cc
authored
Mar 23, 2013
by
Martin Storsjö
Committed by
Niels Möller
Mar 25, 2013
Browse files
Use local paths for including headers in examples and tests
This makes sure a plain "make" succeeds without doing "make install".
parent
c329ff85
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/hogweed-benchmark.c
View file @
25b7b5cc
...
...
@@ -34,12 +34,12 @@
#include
<time.h>
#include
<nettle/
dsa.h
>
#include
<nettle/
rsa.h
>
#include
"
dsa.h
"
#include
"
rsa.h
"
#include
<nettle/
nettle-meta.h
>
#include
<nettle/
sexp.h
>
#include
<nettle/
knuth-lfib.h
>
#include
"
nettle-meta.h
"
#include
"
sexp.h
"
#include
"
knuth-lfib.h
"
#include
"../ecdsa.h"
#include
"../ecc-internal.h"
...
...
testsuite/ecdsa-keygen-test.c
View file @
25b7b5cc
#include
"testutils.h"
#include
<nettle/
knuth-lfib.h
>
#include
"
knuth-lfib.h
"
/* Check if y^2 = x^3 - 3x + b */
static
int
...
...
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