aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/idea-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/idea-stub.c')
-rw-r--r--cipher/idea-stub.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/cipher/idea-stub.c b/cipher/idea-stub.c
index 1f40b18d7..05581ae90 100644
--- a/cipher/idea-stub.c
+++ b/cipher/idea-stub.c
@@ -39,16 +39,16 @@
#include <string.h>
#include <unistd.h>
#ifdef HAVE_DL_DLOPEN
- #include <dlfcn.h>
+#include <dlfcn.h>
#endif
#ifdef __MINGW32__
- #include <windows.h>
+#include <windows.h>
#endif
#include "util.h"
#include "algorithms.h"
#ifndef RTLD_NOW
- #define RTLD_NOW 1
+#define RTLD_NOW 1
#endif
@@ -193,4 +193,3 @@ idea_get_info( int algo, size_t *keylen,
return rstr;
return NULL;
}
-