summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh')
-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