summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mtpz.c2
-rw-r--r--src/mtpz.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/mtpz.c b/src/mtpz.c
index 488e97f..2cdc10f 100644
--- a/src/mtpz.c
+++ b/src/mtpz.c
@@ -74,8 +74,6 @@
* Microsoft to officially provide keys to this project.
*/
-int use_mtpz;
-
static unsigned char *MTPZ_ENCRYPTION_KEY;
static unsigned char *MTPZ_PUBLIC_EXPONENT;
static unsigned char *MTPZ_MODULUS;
diff --git a/src/mtpz.h b/src/mtpz.h
index f024394..c7c231b 100644
--- a/src/mtpz.h
+++ b/src/mtpz.h
@@ -45,7 +45,7 @@ static inline int mtpz_loaddata(void)
#endif
-extern int use_mtpz;
+int use_mtpz;
#endif /* LIBMTP_H_INCLUSION_GUARD */