summaryrefslogtreecommitdiff
path: root/src/visibility.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-10-02 13:53:07 +0200
committerWerner Koch <wk@gnupg.org>2013-10-02 13:53:07 +0200
commit628ed5ba0ef4b1f04b5a77e29e4bc49a1fe13c07 (patch)
treebe17c2d28136a8166db77670d0d9c57c7c33cd37 /src/visibility.h
parent52783d483293d48cd468143ae6ae2cccbfe17200 (diff)
downloadlibgcrypt-628ed5ba0ef4b1f04b5a77e29e4bc49a1fe13c07.tar.gz
Remove last remains of the former module system.
* src/gcrypt-module.h, src/module.c: Remove. * src/visibility.h: Do not include gcrypt-module.h. * src/g10lib.h: Remove all prototypes from module.c (gcry_module): Remove. * cipher/cipher-internal.h (gcry_cipher_handle): Remove unused field. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'src/visibility.h')
-rw-r--r--src/visibility.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/visibility.h b/src/visibility.h
index 7e7793bc..cd2a60fb 100644
--- a/src/visibility.h
+++ b/src/visibility.h
@@ -208,7 +208,6 @@
#else
# include "gcrypt-int.h"
#endif
-#include "gcrypt-module.h"
/* Prototypes of functions exported but not ready for use. */
gcry_err_code_t gcry_md_get (gcry_md_hd_t hd, int algo,