From 1ea8c378e2e9847f008a0bf89fb7c028f5b5263a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 5 Aug 2006 05:03:10 +0000 Subject: r17412: fix missing colon (This used to be commit 300d6e724d1ce386ad53852c0645fa8de374625a) --- source4/lib/tls/tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/tls/tls.c') diff --git a/source4/lib/tls/tls.c b/source4/lib/tls/tls.c index 5679b5096d..73b39f8c2a 100644 --- a/source4/lib/tls/tls.c +++ b/source4/lib/tls/tls.c @@ -32,7 +32,7 @@ #define DH_BITS 1024 #if defined(HAVE_GNUTLS_DATUM) && !defined(HAVE_GNUTLS_DATUM_T) -typedef gnutls_datum gnutls_datum_t +typedef gnutls_datum gnutls_datum_t; #endif /* hold persistent tls data */ -- cgit