summaryrefslogtreecommitdiff
path: root/res/res_crypto.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-20 23:16:15 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-20 23:16:15 +0000
commita23c055c3d54e586492c8c194c70ccb4e0c7f3ce (patch)
treeea80bd41afda40299e0292b8e1e1c2a0c0dbc80c /res/res_crypto.c
parent915b97d300c76c35b3fe480bd9a497f435297191 (diff)
move asterisk/paths.h outside asterisk.h and into those files
who really need it. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89466 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_crypto.c')
-rw-r--r--res/res_crypto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_crypto.c b/res/res_crypto.c
index a5782f9f0..6903c388c 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -34,6 +34,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+#include "asterisk/paths.h" /* use ast_config_AST_KEY_DIR */
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <dirent.h>