[svn-commits] tilghman: branch 1.6.2 r220589 - in /branches/1.6.2: ./ include/asterisk/aes.h
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sat Sep 26 10:12:58 CDT 2009
Author: tilghman
Date: Sat Sep 26 10:12:54 2009
New Revision: 220589
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=220589
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.2/ (props changed)
branches/1.6.2/include/asterisk/aes.h
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/include/asterisk/aes.h
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/include/asterisk/aes.h?view=diff&rev=220589&r1=220588&r2=220589
==============================================================================
--- branches/1.6.2/include/asterisk/aes.h (original)
+++ branches/1.6.2/include/asterisk/aes.h Sat Sep 26 10:12:54 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 svn-commits
mailing list