From 610ac0525dc00eae988315530e0c30e22cef6c5d 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 (cherry picked from commit 683cd7c9485009efcd5b522357519f0c7e1d4c47) --- ssl/tls1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/tls1.h b/ssl/tls1.h index 869880848e..09d1763f5b 100644 --- a/ssl/tls1.h +++ b/ssl/tls1.h @@ -244,7 +244,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.34.1