summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-03-18 08:03:45 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-03-18 08:03:45 +0100
commit7a1fb8e816881d0091fe3d8c8d192a533bb5ec82 (patch)
treebd67bcf05b0b30017c617ffcdefb1af88e6d35ae
parent5017d5ada87916bf4113b0e9f439939ba89b78ef (diff)
downloadgnurl-7a1fb8e816881d0091fe3d8c8d192a533bb5ec82.tar.gz
gnurl-7a1fb8e816881d0091fe3d8c8d192a533bb5ec82.tar.bz2
gnurl-7a1fb8e816881d0091fe3d8c8d192a533bb5ec82.zip
polarssl: added missing end-of-comment from previous commit
-rw-r--r--lib/vtls/polarssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/polarssl.c b/lib/vtls/polarssl.c
index 59d29172c..3e1216365 100644
--- a/lib/vtls/polarssl.c
+++ b/lib/vtls/polarssl.c
@@ -99,7 +99,7 @@ static int entropy_func_mutex(void *data, unsigned char *output, size_t len)
}
/* end of entropy_func_mutex() */
-#endif /* THREADING_SUPPORT
+#endif /* THREADING_SUPPORT */
/* Define this to enable lots of debugging for PolarSSL */
#undef POLARSSL_DEBUG