From acfc8ea83fcaa424f2800acda627f919a45e6bb2 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 17 Sep 2011 20:00:13 +0200 Subject: priv: Remove crypto.h and add correct includes to src files. --- src/auth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/auth.c') diff --git a/src/auth.c b/src/auth.c index 096b615a..8ab80ee0 100644 --- a/src/auth.c +++ b/src/auth.c @@ -31,6 +31,7 @@ #endif #include "libssh/priv.h" +#include "libssh/crypto.h" #include "libssh/ssh2.h" #include "libssh/buffer.h" #include "libssh/agent.h" -- cgit