diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-22 16:39:52 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-22 16:39:52 -0400 |
commit | 5e60e0e3af85f22aa0afe8bf0ecf85619afacfeb (patch) | |
tree | 6a91a3de86fa8de0b4167cc947ab72991bf8da31 /pycryptopp/cipher/aesmodule.hpp | |
parent | 30e9097985656920f01a72efc1088caa2b8d41b3 (diff) |
Imported Upstream version 0.6.0.12upstream/0.6.0.12
Diffstat (limited to 'pycryptopp/cipher/aesmodule.hpp')
-rw-r--r-- | pycryptopp/cipher/aesmodule.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pycryptopp/cipher/aesmodule.hpp b/pycryptopp/cipher/aesmodule.hpp deleted file mode 100644 index d10f44f..0000000 --- a/pycryptopp/cipher/aesmodule.hpp +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef __INCL_AESMODULE_HPP -#define __INCL_AESMODULE_HPP - -extern void -init_aes(PyObject* module); - -#endif /* #ifndef __INCL_AESMODULE_HPP */ |