提交 5212d39b 编写于 作者: R Richard Levitte

Only include SRP headers when OPENSSL_NO_SRP is undefined

[fixes github issue #447]
Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 489eb740
#include "bn_lcl.h"
#include "e_os.h"
#include <openssl/srp.h>
#include <internal/bn_srp.h>
#ifndef OPENSSL_NO_SRP
#include <openssl/srp.h>
#include <internal/bn_srp.h>
# if (BN_BYTES == 8)
# if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
# define bn_pack4(a1,a2,a3,a4) ((a1##UI64<<48)|(a2##UI64<<32)|(a3##UI64<<16)|a4##UI64)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册