summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThorsten Behrens <sbehrens@gmx.li>2010-12-30 07:15:35 -0500
committerThorsten Behrens <sbehrens@gmx.li>2010-12-30 07:15:35 -0500
commit4082de9a483d63f49746b1a96d988b5423aa44b6 (patch)
treeb2c1b5bdbfd32f5fe12970daf16597e4dc14f8aa /src
parentcb48387f66a7fe9c2450b740a84c3c5af3712895 (diff)
downloadpycrypto-4082de9a483d63f49746b1a96d988b5423aa44b6.tar.gz
Add Ron Rivet Test
o Add Ron Rivet DES test to test_DES.py o Started on API documentation for 3.x
Diffstat (limited to 'src')
-rw-r--r--[-rwxr-xr-x]src/_fastmath.c0
-rw-r--r--src/inc-msvc/stdint.h6
2 files changed, 0 insertions, 6 deletions
diff --git a/src/_fastmath.c b/src/_fastmath.c
index fe3fde3..fe3fde3 100755..100644
--- a/src/_fastmath.c
+++ b/src/_fastmath.c
diff --git a/src/inc-msvc/stdint.h b/src/inc-msvc/stdint.h
index 8b7a52f..971c9d7 100644
--- a/src/inc-msvc/stdint.h
+++ b/src/inc-msvc/stdint.h
@@ -34,11 +34,5 @@ typedef unsigned __int16 uint16_t;
typedef unsigned __int32 uint32_t;
typedef unsigned __int64 uint64_t;
-/* Define the "inline" keyword */
-#ifndef inline
-# define inline __inline
-#endif /* inline */
-
-
#endif /* PYCRYPTO_MSVC_STDINT_H */
/* vim:set ts=4 sw=4 sts=4 expandtab: */