summaryrefslogtreecommitdiff
path: root/src/inc-msvc
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-10 12:40:39 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-10 14:49:26 -0400
commit9cfb332b22e38b9d965bfb691eca67b6b8fa64e3 (patch)
tree6c01ceb39716bacbe3d2a0c756ad3a5adac119f1 /src/inc-msvc
parent86c4cf4ea66e926267f53348d22698774a7939a5 (diff)
downloadpycrypto-9cfb332b22e38b9d965bfb691eca67b6b8fa64e3.tar.gz
autoconf: only use side-channel secured mpz_powm_sec if it's available (libgmp 5 or later)
Diffstat (limited to 'src/inc-msvc')
-rw-r--r--src/inc-msvc/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inc-msvc/config.h b/src/inc-msvc/config.h
new file mode 100644
index 0000000..19ced1d
--- /dev/null
+++ b/src/inc-msvc/config.h
@@ -0,0 +1,3 @@
+/* Define to 1 if you have the declaration of `mpz_powm_sec', and to 0 if you
+ don't. */
+#define HAVE_DECL_MPZ_POWM_SEC 0