summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThorsten Behrens <sbehrens@gmx.li>2011-01-02 03:24:57 -0500
committerThorsten Behrens <sbehrens@gmx.li>2011-01-02 03:24:57 -0500
commit560874f4b8711897ea644b8f5817113e7221dbec (patch)
tree8ee688c1ec7b7b74956ed40d5b2d9dcf7b6ad38d /src
parent5dc2f8f216a49ff2254dc1edc451904e188e5e9b (diff)
downloadpycrypto-560874f4b8711897ea644b8f5817113e7221dbec.tar.gz
Update documentation with current state of security of hash and cipher
functions. Update documentation with Python 3.x notes.
Diffstat (limited to 'src')
-rw-r--r--src/inc-msvc/stdint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inc-msvc/stdint.h b/src/inc-msvc/stdint.h
index 971c9d7..f4a8eb7 100644
--- a/src/inc-msvc/stdint.h
+++ b/src/inc-msvc/stdint.h
@@ -34,5 +34,9 @@ typedef unsigned __int16 uint16_t;
typedef unsigned __int32 uint32_t;
typedef unsigned __int64 uint64_t;
+#ifndef inline
+# define inline __inline
+#endif /* inline */
+
#endif /* PYCRYPTO_MSVC_STDINT_H */
/* vim:set ts=4 sw=4 sts=4 expandtab: */