From 683cd7c9485009efcd5b522357519f0c7e1d4c47 Mon Sep 17 00:00:00 2001 From: Martin Olsson Date: Thu, 4 Sep 2014 12:45:05 -0400 Subject: [PATCH] RT2843: Remove another spurious close-comment token Reviewed-by: Dr. Stephen Henson --- ssl/tls1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/tls1.h b/ssl/tls1.h index 11af8393cd..c90fbee038 100644 --- a/ssl/tls1.h +++ b/ssl/tls1.h @@ -253,7 +253,7 @@ extern "C" { #if 0 /* will have to be provided externally for now , * i.e. build with -DTLSEXT_TYPE_opaque_prf_input=38183 * using whatever extension number you'd like to try */ -# define TLSEXT_TYPE_opaque_prf_input ?? */ +# define TLSEXT_TYPE_opaque_prf_input ?? #endif /* Temporary extension type */ -- 2.25.1