summaryrefslogtreecommitdiff
path: root/src/g10lib.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-09-15 16:54:33 +0200
committerWerner Koch <wk@gnupg.org>2011-09-15 16:54:33 +0200
commitfc9eec3626fcb9a3d4043d779462c4fc39cd51ae (patch)
tree0a61928c4ffecfe0eeb140f89c8af6f50de9a4e1 /src/g10lib.h
parenta316a514925227afc4cfe4a2295ce3afa30ae74c (diff)
downloadlibgcrypt-fc9eec3626fcb9a3d4043d779462c4fc39cd51ae.tar.gz
Removed the AC interface (gcry_ac_*)
This interface has long been deprecated. It was also initially only declared as an experimental interface. It added its own kind of complexity and we found that it does not make applications easier to read. Modern features of Libgcrypt were not supported and its removal reduces the SLOC which is a Good Thing from a security POV.
Diffstat (limited to 'src/g10lib.h')
-rw-r--r--src/g10lib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/g10lib.h b/src/g10lib.h
index 8d98ae38..a55d3d69 100644
--- a/src/g10lib.h
+++ b/src/g10lib.h
@@ -301,7 +301,6 @@ gcry_err_code_t _gcry_module_list (gcry_module_t modules,
gcry_err_code_t _gcry_cipher_init (void);
gcry_err_code_t _gcry_md_init (void);
gcry_err_code_t _gcry_pk_init (void);
-gcry_err_code_t _gcry_ac_init (void);
gcry_err_code_t _gcry_pk_module_lookup (int id, gcry_module_t *module);
void _gcry_pk_module_release (gcry_module_t module);