From: Tilghman Lesher Date: Sat, 26 Sep 2009 15:10:28 +0000 (+0000) Subject: Allow AES to compile, when OpenSSL is not present. X-Git-Tag: 11.0.0-beta1~4122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd7287dbfb69462a903a8fca32ed346a7aab1f02;p=thirdparty%2Fasterisk.git 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 --- diff --git a/include/asterisk/aes.h b/include/asterisk/aes.h index 4a85669d04..2476aaa555 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;