From 0e1b98a7fd00b06f87f29831d8c0a9decf4add29 Mon Sep 17 00:00:00 2001 From: tilghman Date: Sat, 26 Sep 2009 15:12:54 +0000 Subject: 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.2@220589 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/aes.h | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3