From 93e82fa0c0f930609cb6f352b3e5d7c45945bac7 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Thu, 7 Aug 2014 09:01:27 +0200 Subject: crypto: Add ed25519 implementation from OpenSSH. Reviewed-by: Andreas Schneider --- include/libssh/wrapper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh/wrapper.h') diff --git a/include/libssh/wrapper.h b/include/libssh/wrapper.h index d19d097c..a327e188 100644 --- a/include/libssh/wrapper.h +++ b/include/libssh/wrapper.h @@ -22,6 +22,7 @@ #define WRAPPER_H_ #include "config.h" +#include "libssh/libssh.h" #include "libssh/libcrypto.h" #include "libssh/libgcrypt.h" -- cgit