Skip to content

Commit

Permalink
modules/ssh/key (private-key-from-file): Bugfix
Browse files Browse the repository at this point in the history
* modules/ssh/key.scm (private-key-from-file): Bugfix.
  • Loading branch information
artyom-poptsov committed Dec 11, 2023
1 parent 5e5149d commit db1b6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ssh/key.scm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; key.scm -- SSH keys management.

;; Copyright (C) 2013, 2014 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;; Copyright (C) 2013-2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;
;; This file is a part of Guile-SSH.
;;
Expand Down Expand Up @@ -70,7 +70,7 @@
#:key
(auth-callback #f)
(user-data #f))
(%private-key-from-file path callback user-data))
(%private-key-from-file path auth-callback user-data))

(unless (getenv "GUILE_SSH_CROSS_COMPILING")
(load-extension "libguile-ssh" "init_key"))
Expand Down

0 comments on commit db1b6d1

Please sign in to comment.