mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Closes: https://bugs.gentoo.org/707172 Closes: https://bugs.gentoo.org/742455 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Ben Kohler <bkohler@gentoo.org>
15 lines
410 B
Diff
15 lines
410 B
Diff
https://bugs.gentoo.org/707172
|
|
--- a/mod_nss.h
|
|
+++ b/mod_nss.h
|
|
@@ -376,8 +376,8 @@ typedef struct {
|
|
*/
|
|
|
|
/* pool and hash to store ServerName and NSSNickname pairs for SNI */
|
|
-apr_pool_t *mp;
|
|
-apr_hash_t *ht;
|
|
+extern apr_pool_t *mp;
|
|
+extern apr_hash_t *ht;
|
|
|
|
/* Compatibility between Apache 2.0.x and 2.2.x. The numeric version of
|
|
* the version first appeared in Apache 2.0.56-dev. I picked 2.0.55 as it
|