diff options
author | Werner Koch <[email protected]> | 2018-06-21 10:56:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-06-21 10:58:29 +0000 |
commit | 7e9aa307f76cdf2f624d43a35a8266e8b4e473f9 (patch) | |
tree | 61e1747fb6a385e1e39547fd146514b9f3cd79c1 /common/name-value.h | |
parent | libdns: Let kernel to decide the local port. (diff) | |
download | gnupg-7e9aa307f76cdf2f624d43a35a8266e8b4e473f9.tar.gz gnupg-7e9aa307f76cdf2f624d43a35a8266e8b4e473f9.zip |
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 <[email protected]>
Diffstat (limited to 'common/name-value.h')
-rw-r--r-- | common/name-value.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |