mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user