openbsd-ports/net/ejabberd/patches/patch-src_ejabberd_s2s_in_erl
sthen 049d095cb0 patch ejabberd to work with new erlang. from erlang maintainer
Jon Olsson, thanks to viq at viq.ath.cx for testing.

ok jasper
2007-12-19 22:55:30 +00:00

16 lines
544 B
Plaintext

$OpenBSD: patch-src_ejabberd_s2s_in_erl,v 1.1 2007/12/19 22:55:30 sthen Exp $
--- src/ejabberd_s2s_in.erl.orig Thu Dec 6 12:21:26 2007
+++ src/ejabberd_s2s_in.erl Thu Dec 6 12:22:44 2007
@@ -30,8 +30,9 @@
-include("ejabberd.hrl").
-include("jlib.hrl").
--include_lib("ssl/include/PKIX1Explicit88.hrl").
--include_lib("ssl/include/PKIX1Implicit88.hrl").
+-include_lib("ssl/pkix/PKIX1Explicit88.hrl").
+-include_lib("ssl/pkix/PKIX1Implicit88.hrl").
+-include_lib("ssl/pkix/OTP-PKIX.hrl").
-include("XmppAddr.hrl").
-define(DICT, dict).