From 1e8b86494cf8fa045696bd447b16267ffd1797f0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 2 Oct 2014 12:51:49 +0200 Subject: build: Support SYSROOT based config script finding. * src/libgcrypt.m4: Add support for SYSROOT and set gpg_config_script_warn. Use AC_PATH_PROG instead of AC_PATH_TOOL because the config script is not expected to be installed with a prefix for its name * configure.ac: Print a library mismatch warning. * m4/gpg-error.m4: Update from git master. -- Also fixed the false copyright notice in libgcrypt.m4. --- doc/gcrypt.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gcrypt.texi') diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi index 23efc526..ecd4d7fe 100644 --- a/doc/gcrypt.texi +++ b/doc/gcrypt.texi @@ -1797,7 +1797,7 @@ all the data. can either work in place or with two buffers. It uses the cipher context already setup and described by the handle @var{h}. There are 2 ways to use the function: If @var{in} is passed as @code{NULL} and -@var{inlen} is @code{0}, in-place encryption of the data in @var{out} or +@var{inlen} is @code{0}, in-place encryption of the data in @var{out} of length @var{outsize} takes place. With @var{in} being not @code{NULL}, @var{inlen} bytes are encrypted to the buffer @var{out} which must have at least a size of @var{inlen}. @var{outsize} must be set to the -- cgit v1.2.1