summaryrefslogtreecommitdiff
path: root/pbx/dundi-parser.h
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2010-07-21 19:11:32 +0000
committerTerry Wilson <twilson@digium.com>2010-07-21 19:11:32 +0000
commitd6e1c724e59a0b01b7ed23ba3cbfc1accdc11035 (patch)
tree702c8203da791c3e168d1a0ef5d07dbafea3dd54 /pbx/dundi-parser.h
parent318798e93236e24cd5820ee23a15561ba9b54b9e (diff)
Remove built-in AES code and use optional_api instead
Review: https://reviewboard.asterisk.org/r/793/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@278538 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/dundi-parser.h')
-rw-r--r--pbx/dundi-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/dundi-parser.h b/pbx/dundi-parser.h
index 69a717e6f..b24d486a0 100644
--- a/pbx/dundi-parser.h
+++ b/pbx/dundi-parser.h
@@ -13,7 +13,7 @@
#define _DUNDI_PARSER_H
#include "asterisk/dundi.h"
-#include "asterisk/aes.h"
+#include "asterisk/crypto.h"
#define DUNDI_MAX_STACK 512
#define DUNDI_MAX_ANSWERS 100