From cf8e4447640375e2389518bab3e293164bb050ad Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 17 Apr 2009 14:13:38 +0000 Subject: Fix build with openssl. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@523 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/crypto.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include') diff --git a/include/libssh/crypto.h b/include/libssh/crypto.h index 75b0a737..e363dba0 100644 --- a/include/libssh/crypto.h +++ b/include/libssh/crypto.h @@ -27,18 +27,13 @@ * the filename would cause problems on most systems). */ -#ifdef set_key -#undef set_key -#endif #ifdef cbc_encrypt #undef cbc_encrypt #endif #ifdef cbc_decrypt #undef cbc_decrypt #endif -#ifdef des_set_key -#undef des_set_key -#endif + #ifdef GCRYPT #include #endif -- cgit