json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / web / apache24 / patches / bug59615.patch
blobb1f597e5268d3104b2cc8f69cf19fb98bc8e1edf
1 Patch origin: in-house
2 Patch status: submitted to community
4 https://bz.apache.org/bugzilla/show_bug.cgi?id=59615
6 --- modules/ssl/mod_ssl.c
7 +++ modules/ssl/mod_ssl.c
8 @@ -353,6 +353,7 @@
9 OPENSSL_load_builtin_modules();
11 if (OBJ_txt2nid("id-on-dnsSRV") == NID_undef) {
12 + ERR_clear_error();
13 (void)OBJ_create("1.3.6.1.5.5.7.8.7", "id-on-dnsSRV",
14 "SRVName otherName form");