mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	Fix compiler warnings.
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
			
		||||
/* Copyright (C) 2006, 2007 The Written Word, Inc.  All rights reserved.
 | 
			
		||||
 * Author: Simon Josefsson
 | 
			
		||||
/* Copyright (C) 2006, 2007, The Written Word, Inc.
 | 
			
		||||
 * Copyright (C) 2008, Simon Josefsson
 | 
			
		||||
 * All rights reserved.
 | 
			
		||||
 *
 | 
			
		||||
 * Redistribution and use in source and binary forms,
 | 
			
		||||
 * with or without modification, are permitted provided
 | 
			
		||||
@@ -150,10 +151,10 @@ _libssh2_rsa_new_private(libssh2_rsa_ctx ** rsa,
 | 
			
		||||
                         LIBSSH2_SESSION * session,
 | 
			
		||||
                         FILE * fp, unsigned const char *passphrase)
 | 
			
		||||
{
 | 
			
		||||
    char *data, *save_data;
 | 
			
		||||
    unsigned char *data, *save_data;
 | 
			
		||||
    unsigned int datalen;
 | 
			
		||||
    int ret;
 | 
			
		||||
    char *n, *e, *d, *p, *q, *e1, *e2, *coeff;
 | 
			
		||||
    unsigned char *n, *e, *d, *p, *q, *e1, *e2, *coeff;
 | 
			
		||||
    unsigned int nlen, elen, dlen, plen, qlen, e1len, e2len, coefflen;
 | 
			
		||||
 | 
			
		||||
    (void) passphrase;
 | 
			
		||||
@@ -245,10 +246,10 @@ _libssh2_dsa_new_private(libssh2_dsa_ctx ** dsa,
 | 
			
		||||
                         LIBSSH2_SESSION * session,
 | 
			
		||||
                         FILE * fp, unsigned const char *passphrase)
 | 
			
		||||
{
 | 
			
		||||
    char *data, *save_data;
 | 
			
		||||
    unsigned char *data, *save_data;
 | 
			
		||||
    unsigned int datalen;
 | 
			
		||||
    int ret;
 | 
			
		||||
    char *p, *q, *g, *y, *x;
 | 
			
		||||
    unsigned char *p, *q, *g, *y, *x;
 | 
			
		||||
    unsigned int plen, qlen, glen, ylen, xlen;
 | 
			
		||||
 | 
			
		||||
    (void) passphrase;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user