瀏覽代碼

Add #ifdefs so RSAZ is only built on x86-64.

Change-Id: I5ec6b59e75120029348ce71c76e49a2d6e010913
kris/onging/CECPQ3_patch15
Adam Langley 10 年之前
父節點
當前提交
23b460df02
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      crypto/bn/rsaz_exp.c

+ 6
- 0
crypto/bn/rsaz_exp.c 查看文件

@@ -40,6 +40,10 @@
* (2) University of Haifa, Israel *
*****************************************************************************/

#include <openssl/base.h>

#if defined(OPENSSL_X86_64)

#include "rsaz_exp.h"

#include <openssl/mem.h>
@@ -318,3 +322,5 @@ void RSAZ_512_mod_exp(BN_ULONG result[8],

OPENSSL_cleanse(storage,sizeof(storage));
}

#endif /* OPENSSL_X86_64 */

Loading…
取消
儲存