You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-crypto/python-crypto-2.6.1-python3...

11 lines
238 B

--- src/_fastmath.c
+++ src/_fastmath.c
@@ -30,7 +30,6 @@
#include <string.h>
#include "Python.h"
#include "pycrypto_compat.h"
-#include <longintrepr.h> /* for conversions */
#include "config.h"
#if HAVE_LIBGMP
# include <gmp.h>