Fix up minor pre-processor bug

This commit is contained in:
alexhudson
2009-04-09 13:21:19 +00:00
parent d795c59e95
commit ea6e60b217
+1 -1
View File
@@ -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