summaryrefslogtreecommitdiff
path: root/ed25519.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-07 12:37:53 +1100
committerDamien Miller <djm@mindrot.org>2013-12-07 12:37:53 +1100
commitf104da263de995f66b6861b4f3368264ee483d7f (patch)
tree8e35eee092458a376a7c67854ace7440626a8fa4 /ed25519.c
parent1ff130dac9b7aea0628f4ad30683431fe35e0020 (diff)
- (djm) [ed25519.c ssh-ed25519.c openbsd-compat/Makefile.in]
[openbsd-compat/bcrypt_pbkdf.c] Make ed25519/new key format compile on Linux
Diffstat (limited to 'ed25519.c')
-rw-r--r--ed25519.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ed25519.c b/ed25519.c
index c7c861bb6..9c9879c09 100644
--- a/ed25519.c
+++ b/ed25519.c
@@ -2,6 +2,7 @@
2 2
3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ed25519.c */ 3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ed25519.c */
4 4
5#include "includes.h"
5#include "crypto_api.h" 6#include "crypto_api.h"
6 7
7#include "ge25519.h" 8#include "ge25519.h"