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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@220587 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2009-09-26 15:11:23 +00:00
parent ee8f1f20a1
commit 83e0d61776

View File

@@ -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;