aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-04-17 14:13:38 +0000
committerAndreas Schneider <mail@cynapses.org>2009-04-17 14:13:38 +0000
commitcf8e4447640375e2389518bab3e293164bb050ad (patch)
tree7579807014fdebcc24d6a1788df6ff240442d51a /include
parent109c10bdfd0e46f1a537d2766f3731164d94f28c (diff)
downloadlibssh-cf8e4447640375e2389518bab3e293164bb050ad.tar.gz
libssh-cf8e4447640375e2389518bab3e293164bb050ad.tar.xz
libssh-cf8e4447640375e2389518bab3e293164bb050ad.zip
Fix build with openssl.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@523 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include')
-rw-r--r--include/libssh/crypto.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/libssh/crypto.h b/include/libssh/crypto.h
index 75b0a73..e363dba 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 <gcrypt.h>
#endif