diff options
author | Alexey Shchepin <alexey@process-one.net> | 2006-04-01 21:43:52 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2006-04-01 21:43:52 +0000 |
commit | ed43f8024cca1f1004cb81e95135398a612eeb28 (patch) | |
tree | 447a8445a754d523da0c1b9f9f81f57ba56a582b /src/ejabberd_s2s_in.erl | |
parent | * src/Makefile.in: Added an option to compile ejabberd with debug (diff) |
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise
* src/mod_configure.erl: Updated translation strings (thanks to
Sergei Golovan)
* src/web/ejabberd_web_admin.erl: Likewise
* src/ejabberd_s2s_in.erl: Changed a path to PKIX includes (thanks
to Sergei Golovan)
SVN Revision: 525
Diffstat (limited to 'src/ejabberd_s2s_in.erl')
-rw-r--r-- | src/ejabberd_s2s_in.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ejabberd_s2s_in.erl b/src/ejabberd_s2s_in.erl index 1de51fdf..0f07ad4d 100644 --- a/src/ejabberd_s2s_in.erl +++ b/src/ejabberd_s2s_in.erl @@ -31,8 +31,8 @@ -include("ejabberd.hrl"). -include("jlib.hrl"). --include_lib("ssl/pkix/PKIX1Explicit88.hrl"). --include_lib("ssl/pkix/PKIX1Implicit88.hrl"). +-include_lib("ssl/include/PKIX1Explicit88.hrl"). +-include_lib("ssl/include/PKIX1Implicit88.hrl"). -include("XmppAddr.hrl"). -define(DICT, dict). |