From 5e60e0e3af85f22aa0afe8bf0ecf85619afacfeb Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 22 Aug 2013 16:39:52 -0400 Subject: Imported Upstream version 0.6.0.12 --- src/pycryptopp/cipher/aesmodule.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/pycryptopp/cipher/aesmodule.hpp (limited to 'src/pycryptopp/cipher/aesmodule.hpp') diff --git a/src/pycryptopp/cipher/aesmodule.hpp b/src/pycryptopp/cipher/aesmodule.hpp new file mode 100644 index 0000000..d10f44f --- /dev/null +++ b/src/pycryptopp/cipher/aesmodule.hpp @@ -0,0 +1,7 @@ +#ifndef __INCL_AESMODULE_HPP +#define __INCL_AESMODULE_HPP + +extern void +init_aes(PyObject* module); + +#endif /* #ifndef __INCL_AESMODULE_HPP */ -- cgit v1.2.3