werner committed to libgcrypt/tests
cvs@cvs.gnupg.org
cvs@cvs.gnupg.org
Thu, 16 May 2002 19:11:22 +0200
Date: Thursday May 16, 2002 @ 19:11
Author: werner
Update of /cvs/gnupg/libgcrypt/tests
In directory trithemius:/tmp/cvs-serv30737
Modified Files:
ChangeLog tsexp.c
Log Message:
* tsexp.c (back_and_forth): Very minimal test of the new functions.
* missing-string.c: New.
* gcrypt.h: Add new error codes GCRYERR_SEXP_ and typedefs
GcryMPI, GcrySexp, GcryCipherHd, GcryMDHd as aliases for the old
ones using an underscore.
* global.c (gcry_strerror): Add strings fro the new error codes.
* sexp.c (gcry_sexp_canon_len): Use a macro to convert from new to
old error codes.
(gcry_sexp_create,gcry_sexp_new): New.
File: ChangeLog Status: Up-to-date
File: tsexp.c Status: Up-to-date