]> Pileus Git - ~andy/fetchmail/blobdiff - opie.c
Fixup: remove unused variables.
[~andy/fetchmail] / opie.c
diff --git a/opie.c b/opie.c
index 395de2dd4f5fc65d132a24a5849a655d4dd2d254..0675612149c4703243ae611bef625a949c00885e 100644 (file)
--- a/opie.c
+++ b/opie.c
@@ -15,7 +15,7 @@
 #include  "socket.h"
 
 #include  "i18n.h"
-#include "md5.h"
+#include "fm_md5.h"
 
 #ifdef OPIE_ENABLE
 #ifdef __cplusplus
@@ -26,7 +26,7 @@ extern "C" {
 }
 #endif
 
-int do_otp(int sock, char *command, struct query *ctl)
+int do_otp(int sock, const char *command, struct query *ctl)
 {
     int i, rval;
     char buffer[128];