[gnutls-devel] gnutls 3.5.12 does not run pgp test due to typo
    Andreas Metzler 
    ametzler at bebt.de
       
    Thu May 11 19:49:07 CEST 2017
    
    
  
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".
cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
    
    
More information about the Gnutls-devel
mailing list