aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_crypto.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 23:16:15 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 23:16:15 +0000
commit89d8d786527a6e9ee00c8c8ad1f1954114a9441d (patch)
treeea80bd41afda40299e0292b8e1e1c2a0c0dbc80c /res/res_crypto.c
parent8d3385f5344604e2e8f31eee7bf565e88778500b (diff)
move asterisk/paths.h outside asterisk.h and into those files
who really need it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89466 f38db490-d61c-443f-a65b-d21fe96a405b
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>