aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asterisk/aes.h1
1 files changed, 1 insertions, 0 deletions
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;