mirror of
https://github.com/php/php-src.git
synced 2026-04-09 09:03:04 +02:00
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.