The CI revealed that the boringssl build is still broken because of some
ifdef misplacement.
Bug introduced by
dad3105 ("REORG: ssl: move ssl configuration to
cfgparse-ssl.c").
No backport needed.
Fix issue #633.
return 0;
}
-#ifndef OPENSSL_NO_ENGINE
/* parse the "ssl-mode-async" keyword in global section.
* Returns <0 on alert, >0 on warning, 0 on success.
*/
#endif
}
+#ifndef OPENSSL_NO_ENGINE
/* parse the "ssl-engine" keyword in global section.
* Returns <0 on alert, >0 on warning, 0 on success.
*/