From 536808915a346ecc04bbe63a9e7bbedf1ee7c071 Mon Sep 17 00:00:00 2001 From: emkornfield Date: Wed, 5 Aug 2020 16:08:07 -0700 Subject: [PATCH] split table --- doc/ssl-performance.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/ssl-performance.md b/doc/ssl-performance.md index 713acec4689..0ef32b30d55 100644 --- a/doc/ssl-performance.md +++ b/doc/ssl-performance.md @@ -36,6 +36,9 @@ Electron | n/a | all | :heavy_check_mark: ObjC | Yes | iOS | :x: PHP | Yes | all | Same as the `Makefile` case from above PHP | No | all | :x: -Python | n/a | Linux, MacOS 64bit | :heavy_check_mark: -Python | n/a | Windows and all 32bit| :x: +Python | n/a | Linux, 64bit | :heavy_check_mark: +Python | n/a | Linux, 32bit | :x: +Python | n/a | MacOS, 64bit | :heavy_check_mark: +Python | n/a | MacOS, 32bit | :x: +Python | n/a | Windows | :x: Ruby | No | all | :x: