summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-09-26 15:10:28 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-09-26 15:10:28 +0000
commitcd7287dbfb69462a903a8fca32ed346a7aab1f02 (patch)
tree4e675ef986e0a091a588018272acb1a496ef16f2 /include
parent146c3521444cfd56ce94577ab9a5e8dbb0a63751 (diff)
Allow AES to compile, when OpenSSL is not present.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@220586 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/aes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/aes.h b/include/asterisk/aes.h
index 4a85669d0..2476aaa55 100644
--- a/include/asterisk/aes.h
+++ b/include/asterisk/aes.h
@@ -49,6 +49,7 @@ typedef AES_KEY ast_aes_decrypt_key;
/* Use the included AES implementation */
+#define AES_128
#include "aes_internal.h"
typedef aes_encrypt_ctx ast_aes_encrypt_key;