mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
b09be29ac1
SSL_CTX_set_tmp_dh() and SSL_CTX_set0_tmp_dh_pkey() return 1 on success and 0 on error. But only < 0 was checked which means that errors were never caught. Closes GH-10705.