瀏覽代碼

Include arm_arch.h in e_aes.c.

Not sure why this is working in CMake build, but the Chromium trybots
aren't happy without it.

Change-Id: I810740786c4f3cb9ba786891fdcd6053eea3afcb
kris/onging/CECPQ3_patch15
Adam Langley 9 年之前
父節點
當前提交
e49da742cb
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      crypto/cipher/e_aes.c

+ 4
- 0
crypto/cipher/e_aes.c 查看文件

@@ -59,6 +59,10 @@
#include "internal.h"
#include "../modes/internal.h"

#if defined(OPENSSL_ARM) || defined(OPENSSL_AARCH64)
#include "../arm_arch.h"
#endif


typedef struct {
union {


Loading…
取消
儲存