From ea6e60b217545029bab46bb5ad00cf67a40cbe60 Mon Sep 17 00:00:00 2001 From: alexhudson Date: Thu, 9 Apr 2009 13:21:19 +0000 Subject: [PATCH] Fix up minor pre-processor bug --- src/apps/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/config/config.h b/src/apps/config/config.h index 319ee77..d57e7c8 100644 --- a/src/apps/config/config.h +++ b/src/apps/config/config.h @@ -55,7 +55,7 @@ BOOL PutOrReplaceConfig(StoreClient *client, char *collection, char *filename, c #ifndef GNUTLS_DIG_SHA1 // older GNUTLS # define GNUTLS_SELF_SIGN(c, k) gnutls_x509_crt_sign((c), (c), (k)) -#elif +#else // new GNUTLS # define GNUTLS_SELF_SIGN(c, k) gnutls_x509_crt_sign2((c), (c), (k), GNUTLS_DIG_SHA1, 0) #endif