diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-11 12:06:41 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-11 12:06:41 +0400 |
| commit | 624b60bcd0e72029917d8e2a09101de20a34c08c (patch) | |
| tree | 0653a43c0123e5006e36ad3bd7f634a8e1f6a2d6 /ChangeLog | |
| parent | doc/guile-ssh.texi (Installation): Replace "libguile-ssh" with "guile-ssh" (diff) | |
| download | guile-ssh-624b60bcd0e72029917d8e2a09101de20a34c08c.tar.gz | |
ssh/key-func.c: Use `_scm_from_ssh_key'
* ssh/key-func.c (guile_ssh_string_to_public_key)
(guile_ssh_private_key_from_file)
(guile_ssh_public_key_from_private_key)
(guile_ssh_public_key_from_file): Use `_scm_from_ssh_key'.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2014-10-11 Artyom Poptsov <poptsov.artyom@gmail.com> + * ssh/key-func.c (guile_ssh_string_to_public_key) + (guile_ssh_private_key_from_file) + (guile_ssh_public_key_from_private_key) + (guile_ssh_public_key_from_file): Use `_scm_from_ssh_key'. + * doc/guile-ssh.texi (Installation): Add note about GCrypt support in libssh. Replace "libguile-ssh" with "guile-ssh". |
