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. --- include/libssh/wrapper.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/libssh/wrapper.h') diff --git a/include/libssh/wrapper.h b/include/libssh/wrapper.h index 7fe6f8ad..c08ab22a 100644 --- a/include/libssh/wrapper.h +++ b/include/libssh/wrapper.h @@ -25,7 +25,6 @@ #include "config.h" #include "libssh/libcrypto.h" #include "libssh/libgcrypt.h" -#include "libssh/crypto.h" enum ssh_mac_e { SSH_MAC_SHA1=1, -- cgit