[asterisk-commits] tilghman: branch 1.6.1 r220588 - in /branches/1.6.1: ./ include/asterisk/aes.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Sep 26 10:12:53 CDT 2009
Author: tilghman
Date: Sat Sep 26 10:12:49 2009
New Revision: 220588
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=220588
Log:
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.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/include/asterisk/aes.h
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/include/asterisk/aes.h
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/include/asterisk/aes.h?view=diff&rev=220588&r1=220587&r2=220588
==============================================================================
--- branches/1.6.1/include/asterisk/aes.h (original)
+++ branches/1.6.1/include/asterisk/aes.h Sat Sep 26 10:12:49 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