[asterisk-commits] tilghman: trunk r220586 - /trunk/include/asterisk/aes.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Sep 26 10:10:35 CDT 2009
Author: tilghman
Date: Sat Sep 26 10:10:28 2009
New Revision: 220586
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=220586
Log:
Allow AES to compile, when OpenSSL is not present.
Modified:
trunk/include/asterisk/aes.h
Modified: trunk/include/asterisk/aes.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/aes.h?view=diff&rev=220586&r1=220585&r2=220586
==============================================================================
--- trunk/include/asterisk/aes.h (original)
+++ trunk/include/asterisk/aes.h Sat Sep 26 10:10:28 2009
@@ -49,6 +49,7 @@
/* Use the included AES implementation */
+#define AES_128
#include "aes_internal.h"
typedef aes_encrypt_ctx ast_aes_encrypt_key;
More information about the asterisk-commits
mailing list