[gnutls-devel] gnutls 3.5.12 does not run pgp test due to typo

Nikos Mavrogiannopoulos nmav at gnutls.org
Thu May 11 22:03:54 CEST 2017


On Thu, May 11, 2017 at 7:49 PM, Andreas Metzler <ametzler at bebt.de> wrote:
> Hello,
>
> there is a typo in d0c241dca5cbdf60dbc7c930046280d5b2088787. It checks
> for ENABLED_OPENPGP instead of ENABLE_OPENPGP.
>
> diff --git a/tests/openpgp-callback.c b/tests/openpgp-callback.c
> index 3df10aca4..cdf90cd60 100644
> --- a/tests/openpgp-callback.c
> +++ b/tests/openpgp-callback.c
> @@ -27,7 +27,7 @@
>  #include <stdio.h>
>  #include <stdlib.h>
>
> -#if defined(_WIN32) || !defined(ENABLED_OPENPGP)
> +#if defined(_WIN32) || !defined(ENABLE_OPENPGP)
>
>  /* socketpair isn't supported on Win32. */
>  int main(int argc, char **argv)
>
>
> And while we are at it "convertions" in lib/x509/x509_dn.c should read
> "conversions".

Thank you! Both committed.



More information about the Gnutls-devel mailing list