From 6535e73be33b7eb41535ae11bf0196258e1c897d Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sat, 11 Oct 2014 13:01:17 +0400 Subject: 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. --- doc/api-keys.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/api-keys.texi') 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 -- cgit v1.2.3