aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-26 15:12:49 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-26 15:12:49 +0000
commita584384993052590b8607181788e7fb28d958819 (patch)
treeb31fe4cc336c0ec43d13d7da009928646a3a2a0b /include
parent19f8fd53bd6e67cbbbb53e02cd2512388884773a (diff)
Merged revisions 220586 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r220586 | tilghman | 2009-09-26 10:10:28 -0500 (Sat, 26 Sep 2009) | 2 lines Allow AES to compile, when OpenSSL is not present. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@220588 f38db490-d61c-443f-a65b-d21fe96a405b
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;