From 7e9aa307f76cdf2f624d43a35a8266e8b4e473f9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 21 Jun 2018 12:56:40 +0200 Subject: build: Remove duplicates from AC_CHECK_FUNCS * configure.ac (AC_CHECK_FUNCS): Fold most calls into one. -- A few functions were tested two times which slightly increases the size of the configure script. Also put the functions in sorted order into the macro. Signed-off-by: Werner Koch --- common/name-value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/name-value.h') diff --git a/common/name-value.h b/common/name-value.h index db9270a6c..5c24b8db1 100644 --- a/common/name-value.h +++ b/common/name-value.h @@ -102,7 +102,7 @@ gpg_error_t nvc_set_private_key (nvc_t pk, gcry_sexp_t sexp); /* Parsing and serialization. */ -/* Parse STREAM and return a newly allocated private key container +/* Parse STREAM and return a newly allocated name-value container structure in RESULT. If ERRLINEP is given, the line number the parser was last considering is stored there. */ gpg_error_t nvc_parse (nvc_t *result, int *errlinep, estream_t stream); -- cgit v1.2.3