diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-07 12:37:53 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-07 12:37:53 +1100 |
commit | f104da263de995f66b6861b4f3368264ee483d7f (patch) | |
tree | 8e35eee092458a376a7c67854ace7440626a8fa4 /ssh-ed25519.c | |
parent | 1ff130dac9b7aea0628f4ad30683431fe35e0020 (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 'ssh-ed25519.c')
-rw-r--r-- | ssh-ed25519.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-ed25519.c b/ssh-ed25519.c index c03c16346..1aedcf83a 100644 --- a/ssh-ed25519.c +++ b/ssh-ed25519.c | |||
@@ -15,6 +15,8 @@ | |||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include "includes.h" | ||
19 | |||
18 | #include <sys/types.h> | 20 | #include <sys/types.h> |
19 | 21 | ||
20 | #include "crypto_api.h" | 22 | #include "crypto_api.h" |