]> gitweb.factorcode.org Git - factor.git/commitdiff
openssl.libssl: bug report got fixed! "read header" test works again
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 27 Apr 2023 22:57:07 +0000 (17:57 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 27 Apr 2023 22:58:11 +0000 (17:58 -0500)
https://github.com/openssl/openssl/issues/20808

basis/openssl/libssl/libssl-tests.factor

index c699880c043b181562e91b31da4ad7fe95dec2ee..d8711a32432b2462bce2177f28eae514cbeaaa96 100644 (file)
@@ -55,9 +55,7 @@ maybe-init-ssl
 { t 1 } [
     [
         new-tls-ctx new-ssl [
-            ! the windows dll from build-from-source.windows returns "unknown"
-            ! but still passes the test suite and can get https sites
-            SSL_rstate_string_long { "read header" "unknown" } member?
+            SSL_rstate_string_long "read header" =
         ] [
             SSL_want
         ] bi