diff options
author | bertagaz <bertagaz@ptitcanardnoir.org> | 2011-06-14 15:26:19 +0200 |
---|---|---|
committer | bertagaz <bertagaz@ptitcanardnoir.org> | 2011-06-14 15:26:19 +0200 |
commit | 30e9097985656920f01a72efc1088caa2b8d41b3 (patch) | |
tree | bedbdb1aaa484af467e538110ab4c0c95985b6b8 /pycryptopp/cipher/aesmodule.hpp |
Imported Upstream version 0.5.29upstream/0.5.29
Diffstat (limited to 'pycryptopp/cipher/aesmodule.hpp')
-rw-r--r-- | pycryptopp/cipher/aesmodule.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pycryptopp/cipher/aesmodule.hpp b/pycryptopp/cipher/aesmodule.hpp new file mode 100644 index 0000000..d10f44f --- /dev/null +++ b/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 */ |