mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	Fix undefined reference to _libssh_error in libgcrypt backend
Commit 209de22299 introduced a function
call to a non-existing function, and since then the libgcrypt backend
has not been buildable.
			
			
This commit is contained in:
		@@ -581,7 +581,7 @@ _libssh2_pub_priv_keyfile(LIBSSH2_SESSION *session,
 | 
			
		||||
                          const char *privatekey,
 | 
			
		||||
                          const char *passphrase)
 | 
			
		||||
{
 | 
			
		||||
    return _libssh_error(session, LIBSSH2_ERROR_FILE,
 | 
			
		||||
    return _libssh2_error(session, LIBSSH2_ERROR_FILE,
 | 
			
		||||
                         "Unable to extract public key from private key file: "
 | 
			
		||||
                         "Method unimplemented in libgcrypt backend");
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user