diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-03-18 08:03:45 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-03-18 08:03:45 +0100 |
commit | 7a1fb8e816881d0091fe3d8c8d192a533bb5ec82 (patch) | |
tree | bd67bcf05b0b30017c617ffcdefb1af88e6d35ae /lib | |
parent | 5017d5ada87916bf4113b0e9f439939ba89b78ef (diff) |
polarssl: added missing end-of-comment from previous commit
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vtls/polarssl.c | 2 |
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 |