aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/wrapper.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2014-08-07 09:01:27 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-09-07 21:35:20 +0200
commit93e82fa0c0f930609cb6f352b3e5d7c45945bac7 (patch)
tree68c2662a04335db58095cb819800e48bc15968a7 /include/libssh/wrapper.h
parente9b2d164e0f9c597f55f546b8d62e0c04423fec5 (diff)
downloadlibssh-93e82fa0c0f930609cb6f352b3e5d7c45945bac7.tar.gz
libssh-93e82fa0c0f930609cb6f352b3e5d7c45945bac7.tar.xz
libssh-93e82fa0c0f930609cb6f352b3e5d7c45945bac7.zip
crypto: Add ed25519 implementation from OpenSSH.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/wrapper.h')
-rw-r--r--include/libssh/wrapper.h1
1 files changed, 1 insertions, 0 deletions
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"