diff options
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 */ |