CVS: rdesktop ssl.h,1.2,1.3

Jay Sorg <[email protected]> Wed, 10 Jan 2007 19:34:06 -0800
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4607

Modified Files:
	ssl.h 
Log Message:
ran indent-all.sh

Index: ssl.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/ssl.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ssl.h	11 Jan 2007 03:30:18 -0000	1.2
--- ssl.h	11 Jan 2007 03:34:03 -0000	1.3
***************
*** 49,55 ****
  void ssl_rc4_set_key(SSL_RC4 * rc4, uint8 * key, uint32 len);
  void ssl_rc4_crypt(SSL_RC4 * rc4, uint8 * in_data, uint8 * out_data, uint32 len);
! void
! ssl_rsa_encrypt(uint8 * out, uint8 * in, int len, uint32 modulus_size, uint8 * modulus,
! 		uint8 * exponent);
  SSL_CERT *ssl_cert_read(uint8 * data, uint32 len);
  void ssl_cert_free(SSL_CERT * cert);
--- 49,54 ----
  void ssl_rc4_set_key(SSL_RC4 * rc4, uint8 * key, uint32 len);
  void ssl_rc4_crypt(SSL_RC4 * rc4, uint8 * in_data, uint8 * out_data, uint32 len);
! void ssl_rsa_encrypt(uint8 * out, uint8 * in, int len, uint32 modulus_size, uint8 * modulus,
! 		     uint8 * exponent);
  SSL_CERT *ssl_cert_read(uint8 * data, uint32 len);
  void ssl_cert_free(SSL_CERT * cert);
***************
*** 58,67 ****
  int ssl_cert_print_fp(FILE * fp, SSL_CERT * cert);
  void ssl_rkey_free(SSL_RKEY * rkey);
! int
! ssl_rkey_get_exp_mod(SSL_RKEY * rkey, uint8 * exponent, uint32 max_exp_len, uint8 * modulus,
! 		     uint32 max_mod_len);
! RD_BOOL
! ssl_sig_ok(uint8 * exponent, uint32 exp_len, uint8 * modulus, uint32 mod_len,
! 	   uint8 * signature, uint32 sig_len);
  
  #endif
--- 57,64 ----
  int ssl_cert_print_fp(FILE * fp, SSL_CERT * cert);
  void ssl_rkey_free(SSL_RKEY * rkey);
! int ssl_rkey_get_exp_mod(SSL_RKEY * rkey, uint8 * exponent, uint32 max_exp_len, uint8 * modulus,
! 			 uint32 max_mod_len);
! RD_BOOL ssl_sig_ok(uint8 * exponent, uint32 exp_len, uint8 * modulus, uint32 mod_len,
! 		   uint8 * signature, uint32 sig_len);
  
  #endif


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV