aboutsummaryrefslogblamecommitdiffstats
path: root/op_conf_load.c
blob: b59e4607d6376c7ba4492f80fe1d4dd673bade7c (plain) (tree)
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_conf_load(gpgme_ctx_t ctx, gpgme_conf_comp_t *conf_p)
{
	gpgme_error_t ret = gpgme_op_conf_load(ctx, conf_p);
	if (ret)
		liberror_gpgme_set_error("gpgme_op_conf_load", ret);
	return ret;
}