[vlc-commits] Revert "tests/tls: Disable checks for ALPN on apple platforms"
David Fuhrmann
git at videolan.org
Sat Nov 5 17:53:35 CET 2016
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Nov 5 17:52:44 2016 +0100| [01b0ff943c65ee00a304f462ed921c7ea75ebc79] | committer: David Fuhrmann
Revert "tests/tls: Disable checks for ALPN on apple platforms"
This is not sufficient to disable the test currently.
This reverts commit 784ab6ce693675fb554060d1e1f8d194c354e3ff.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01b0ff943c65ee00a304f462ed921c7ea75ebc79
---
test/modules/misc/tls.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/test/modules/misc/tls.c b/test/modules/misc/tls.c
index a2ddbf0..60898c6 100644
--- a/test/modules/misc/tls.c
+++ b/test/modules/misc/tls.c
@@ -201,13 +201,9 @@ int main(void)
answer = 1;
val = securepair(&th, &tls, alpnv, &alp);
assert(val == 0);
-
- /* SecureTransport, used on apple platforms, does not support ALPN */
-#ifndef __APPLE__
assert(alp != NULL);
assert(!strcmp(alp, "bar"));
free(alp);
-#endif
/* Do some I/O */
char buf[12];
More information about the vlc-commits
mailing list