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
This commit is contained in:
Tilghman Lesher
2009-09-26 15:10:28 +00:00
parent 146c352144
commit cd7287dbfb

View File

@@ -49,6 +49,7 @@ typedef AES_KEY ast_aes_decrypt_key;
/* Use the included AES implementation */ /* Use the included AES implementation */
#define AES_128
#include "aes_internal.h" #include "aes_internal.h"
typedef aes_encrypt_ctx ast_aes_encrypt_key; typedef aes_encrypt_ctx ast_aes_encrypt_key;