Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: mutable 'seed' not accessible from here #24

Open
nektro opened this issue Sep 2, 2021 · 0 comments · May be fixed by #25 or #27
Open

error: mutable 'seed' not accessible from here #24

nektro opened this issue Sep 2, 2021 · 0 comments · May be fixed by #25 or #27

Comments

@nektro
Copy link
Contributor

nektro commented Sep 2, 2021

/home/snuc/dev/zigmod/.zigmod/deps/git/github.com/alexnask/iguanaTLS/src/main.zig:1607:24: error: mutable 'seed' not accessible from here
            a1: *[32 + seed.len]u8,
                       ^
/home/snuc/dev/zigmod/.zigmod/deps/git/github.com/alexnask/iguanaTLS/src/main.zig:1577:13: note: declared mutable here
        var seed: [77]u8 = undefined;
            ^
/home/snuc/dev/zigmod/.zigmod/deps/git/github.com/alexnask/iguanaTLS/src/main.zig:1605:35: note: crosses namespace boundary here
        const KeyExpansionState = struct {
                                  ^
@nektro nektro linked a pull request Sep 6, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant