diff --git a/util.h b/util.h index 6d4a72f..d21cc89 100644 --- a/util.h +++ b/util.h @@ -39,6 +39,9 @@ eprintf("Assertion failed in file %s line %d function %s:", __FILE__, __LINE__, # define brandt_assert_gpgerr(errnum) (!(errnum) ? (void)(0) : \ eprintf("Assertion failed in file %s line %d function %s: %s", __FILE__, __LINE__, __PRETTY_FUNCTION__, gcry_strerror((errnum)))) +# define DP(point) ((void)(gcry_log_debugpnt (#point, point, ec_ctx))) +# define DM(mpi) ((void)(gcry_log_debugmpi (#mpi, mpi, ec_ctx))) + #else # define brandt_assert(expr) ((void)(expr))