Loading CHANGES +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ Changes between 1.0.0e and 1.0.0f [xx XXX xxxx] *) Fix ssl_ciph.c set-up race. [Adam Langley (Google)] *) Fix spurious failures in ecdsatest.c. [Emilia Käsper (Google)] Loading Loading @@ -931,6 +934,9 @@ Changes between 0.9.8r and 0.9.8s [xx XXX xxxx] *) Fix ssl_ciph.c set-up race. [Adam Langley (Google)] *) Fix spurious failures in ecdsatest.c. [Emilia Käsper (Google)] Loading ssl/ssl_ciph.c +1 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,7 @@ static void load_builtin_compressions(void) sk_SSL_COMP_push(ssl_comp_methods,comp); } } sk_SSL_COMP_sort(ssl_comp_methods); } MemCheck_on(); } Loading Loading
CHANGES +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ Changes between 1.0.0e and 1.0.0f [xx XXX xxxx] *) Fix ssl_ciph.c set-up race. [Adam Langley (Google)] *) Fix spurious failures in ecdsatest.c. [Emilia Käsper (Google)] Loading Loading @@ -931,6 +934,9 @@ Changes between 0.9.8r and 0.9.8s [xx XXX xxxx] *) Fix ssl_ciph.c set-up race. [Adam Langley (Google)] *) Fix spurious failures in ecdsatest.c. [Emilia Käsper (Google)] Loading
ssl/ssl_ciph.c +1 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,7 @@ static void load_builtin_compressions(void) sk_SSL_COMP_push(ssl_comp_methods,comp); } } sk_SSL_COMP_sort(ssl_comp_methods); } MemCheck_on(); } Loading