aboutsummaryrefslogtreecommitdiffstats
path: root/op_trustlist_end.c
blob: 96b98632cdedafea242b9903bf1d67ffa1781504 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* See LICENSE file for copyright and license details. */
#include "internal.h"


gpgme_error_t
liberror_gpgme_op_trustlist_end(gpgme_ctx_t ctx)
{
	gpgme_error_t ret = gpgme_op_trustlist_end(ctx);
	if (ret)
		liberror_gpgme_set_error("gpgme_op_trustlist_end", ret);
	return ret;
}