mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	libcrypt.c: Fix typo in _libssh2_rsa_sha1_sign() parameter type
This commit is contained in:
		
				
					committed by
					
						
						Peter Stuge
					
				
			
			
				
	
			
			
			
						parent
						
							951904418b
						
					
				
				
					commit
					16ef83dd81
				
			@@ -342,7 +342,7 @@ _libssh2_dsa_new_private(libssh2_dsa_ctx ** dsa,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
int
 | 
					int
 | 
				
			||||||
_libssh2_rsa_sha1_sign(LIBSSH2_SESSION * session,
 | 
					_libssh2_rsa_sha1_sign(LIBSSH2_SESSION * session,
 | 
				
			||||||
                       libssh2_dsa_ctx * rsactx,
 | 
					                       libssh2_rsa_ctx * rsactx,
 | 
				
			||||||
                       const unsigned char *hash,
 | 
					                       const unsigned char *hash,
 | 
				
			||||||
                       size_t hash_len,
 | 
					                       size_t hash_len,
 | 
				
			||||||
                       unsigned char **signature, size_t *signature_len)
 | 
					                       unsigned char **signature, size_t *signature_len)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user