torque 3d2fdb8372
Some checks are pending
CI / build (macos-latest, master) (push) Waiting to run
CI / build (ubuntu-latest, 0.12.1) (push) Waiting to run
CI / build (ubuntu-latest, 0.13.0) (push) Waiting to run
CI / build (ubuntu-latest, master) (push) Waiting to run
CI / build (windows-latest, master) (push) Waiting to run
build with zig master also
`aarch64_32` has ceased to exist. Actually, I'm not sure it should have
been used on this switch prong anyway.
2024-09-14 17:40:41 -07:00
2024-09-14 17:33:58 -07:00
2024-09-14 17:40:41 -07:00
2024-09-14 17:00:34 -07:00
2024-09-14 17:00:34 -07:00
2024-09-14 17:00:34 -07:00
2024-09-14 17:00:34 -07:00

LibreSSL

This is LibreSSL Portable, packaged for Zig.

Installation

First, update your build.zig.zon:

# Initialize a `zig build` project if you haven't already
zig init
zig fetch --save <PLACEHOLDER>

You can then import libressl in your build.zig with:

const libressl_dependency = b.dependency("libressl", .{
    .target = target,
    .optimize = optimize,
});
your_exe.linkLibrary(libressl_dependency.artifact("tls"));
Description
No description provided
Readme 4.3 MiB
Languages
Zig 100%