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

Fix: undefined variable warning #1

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

kilianmh
Copy link
Contributor

@kilianmh kilianmh commented Jul 2, 2024

When loading cl-ssh-keys we get:
; file: .../src/private-key.lisp
; caught WARNING:
; undefined variable: CL-SSH-KEYS:DEFAULT-CIPHER-NAME

*default-cipher-name* is defined in ciphers.lisp so the depends-on clause of private-key has to include ciphers.

When loading cl-ssh-keys we get:
; file: .../src/private-key.lisp
; caught WARNING:
;   undefined variable: CL-SSH-KEYS:*DEFAULT-CIPHER-NAME*

`*default-cipher-name*` is defined in `ciphers.lisp` so the
depends-on clause of `private-key` has to include `ciphers`.
@dnaeon dnaeon merged commit 5187952 into dnaeon:master Jul 2, 2024
6 checks passed
@dnaeon
Copy link
Owner

dnaeon commented Jul 2, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants