Compare commits
2 Commits
7f95731326
...
7aa9871c8c
Author | SHA1 | Date | |
---|---|---|---|
7aa9871c8c | |||
991d09a09e |
@ -128,6 +128,7 @@ pub fn build(b: *std.Build) !void {
|
||||
libressl_common.libcrypto.defineCMacro("SHA512_ASM", null);
|
||||
libressl_common.libcrypto.defineCMacro("WHIRLPOOL_ASM", null);
|
||||
libressl_common.libcrypto.defineCMacro("OPENSSL_CPUID_OBJ", null);
|
||||
libressl_common.libcrypto.defineCMacro("HAVE_GNU_STACK", null);
|
||||
} else if (tinfo.cpu.arch == .arm) {
|
||||
libressl_common.libcrypto.addCSourceFiles(.{
|
||||
.root = crypto_srcroot,
|
||||
@ -604,9 +605,7 @@ const libssl_src_prefix = base_src_prefix ++ "ssl/";
|
||||
const libtls_src_prefix = base_src_prefix ++ "tls/";
|
||||
|
||||
// only used on nonasm builds
|
||||
const libcrypto_nonasm: []const []const u8 = &.{
|
||||
"aes/aes_core.c",
|
||||
};
|
||||
const libcrypto_nonasm: []const []const u8 = &.{};
|
||||
|
||||
const libcrypto_include_paths: []const []const u8 = &.{
|
||||
libcrypto_src_prefix,
|
||||
@ -809,6 +808,7 @@ const libcrypto_sources: []const []const u8 = &.{
|
||||
"mem_dbg.c",
|
||||
"o_fips.c",
|
||||
"aes/aes.c",
|
||||
"aes/aes_core.c",
|
||||
"aes/aes_ige.c",
|
||||
"asn1/a_bitstr.c",
|
||||
"asn1/a_enum.c",
|
||||
|
Loading…
x
Reference in New Issue
Block a user