4 lines
56 B
Zig
4 lines
56 B
Zig
const std = @import("std");
|
|
|
|
pub const Ssl = opaque {};
|
const std = @import("std");
|
|
|
|
pub const Ssl = opaque {};
|