summaryrefslogtreecommitdiff
path: root/ssh-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 /ssh-ed25519.c
parent1ff130dac9b7aea0628f4ad30683431fe35e0020 (diff)
downloadopenssh-git-f104da263de995f66b6861b4f3368264ee483d7f.tar.gz
- (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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-ed25519.c b/ssh-ed25519.c
index c03c1634..1aedcf83 100644
--- a/ssh-ed25519.c
+++ b/ssh-ed25519.c
@@ -15,6 +15,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include "crypto_api.h"