mo libgcrypt/src (gcrypt-module.h)
cvs user mo
cvs@cvs.gnupg.org
Thu, 18 Sep 2003 00:24:01 +0200
Date: Thursday, September 18, 2003 @ 00:24:01
Author: mo
Path: /cvs/gnupg/libgcrypt/src
Tag: mo
Modified: gcrypt-module.h
2003-09-18 Moritz Schulte <mo@g10code.com>
* gcrypt-module.h: Include <stddef.h>.
* gcrypt-module.h (gcry_pk_generate_t, gcry_pk_check_secret_key_t,
gcry_pk_encrypt_t, gcry_pk_decrypt_t, gcry_pk_sign_t,
gcry_pk_verify_t, gcry_pk_get_nbits_t, gcry_pk_spec_t): Removed
types. Removed declarations for: gcry_pk_register,
gcry_pk_unregister. New declerations for: gcry_ac_register,
gcry_ac_unregister.
(gcry_ac_struct_spec_t, gcry_ac_generate_t,
gcry_ac_key_secret_check_t, gcry_ac_encrypt_t, gcry_ac_decrypt_t,
gcry_ac_sign_t, gcry_ac_verify_t, gcry_ac_get_nbits_t,
gcry_ac_get_grip_t, gcry_ac_spec_t): New types.
(_GCRY_AC_SPEC, GCRY_AC_SPEC_KEY_PUBLIC, GCRY_AC_SPEC_KEY_SECRET)
(GCRY_AC_SPEC_DATA_ENCRYPTED, GCRY_AC_SPEC_DATA_SIGNED)
(_GCRY_AC_ELEM, GCRY_AC_ELEM_KEY_PUBLIC, GCRY_AC_ELEM_KEY_SECRET)
(GCRY_AC_ELEM_DATA_ENCRYPTED, GCRY_AC_ELEM_DATA_SIGNED): New
macros.
-----------------+
gcrypt-module.h | 132 +++++++++++++++++++++++++++++++++---------------------
1 files changed, 81 insertions(+), 51 deletions(-)