diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-11 13:01:17 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-11 13:01:17 +0400 |
| commit | 6535e73be33b7eb41535ae11bf0196258e1c897d (patch) | |
| tree | 2a3ad84ea5841db2608652269b4a7ee4c2bc833e /doc/api-keys.texi | |
| parent | ssh/key.scm (private-key-to-file): New procedure (diff) | |
| download | guile-ssh-6535e73be33b7eb41535ae11bf0196258e1c897d.tar.gz | |
tests/key.scm ("private-key-to-file") [GCrypt]: Don't perform the test
* tests/key.scm ("private-key-to-file") [GCrypt]: Don't perform the
test.
* doc/api-keys.texi (Keys): Update description of
`private-key-to-file'.
* NEWS: Update.
Diffstat (limited to 'doc/api-keys.texi')
| -rw-r--r-- | doc/api-keys.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api-keys.texi b/doc/api-keys.texi index 124ea63..c718dbd 100644 --- a/doc/api-keys.texi +++ b/doc/api-keys.texi @@ -63,6 +63,9 @@ Return a new Guile-SSH key of @code{#f} on error. @deffn {Scheme Procedure} private-key-to-file private-key file-name Export @var{private-key} to a PAM file @var{file-name} on a disk. Throw @code{guile-ssh-error} on error. Return value is undefined. + +@strong{Note} that this procedure won't work if libssh 0.6.3 is compiled with +GCrypt cryptographic library. @end deffn @deffn {Scheme Procedure} private-key->public-key private-key |
