| author | |
| committer | |
| log | eec244c5a2ea391d62164c657086472208118672 |
| tree | b908c7a6aba8566a32de4012529aae49dbc8f7ea |
| parent | 589bcb2544fed9a3454908adba4a2f97f1405e9c |
Fixes: https://codeberg.org/ziglang/zig/issues/31581
Reviewed-on: https://codeberg.org/ziglang/zig/pulls/31610
Co-authored-by: akhildevelops <akhildevelops@noreply.codeberg.org>
Co-committed-by: akhildevelops <akhildevelops@noreply.codeberg.org>1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/crypto/tls/Client.zig+1-1| ... | @@ -139,7 +139,7 @@ pub const Options = struct { | ... | @@ -139,7 +139,7 @@ pub const Options = struct { |
| 139 | pub const entropy_len = 240; | 139 | pub const entropy_len = 240; |
| 140 | }; | 140 | }; |
| 141 | 141 | ||
| 142 | const InitError = error{ | 142 | pub const InitError = error{ |
| 143 | InsufficientEntropy, | 143 | InsufficientEntropy, |
| 144 | DiskQuota, | 144 | DiskQuota, |
| 145 | LockViolation, | 145 | LockViolation, |