svn commit: samba r22016 - in branches/SAMBA_3_0/source/libsmb: .

jra at samba.org jra at samba.org
Fri Mar 30 23:23:45 GMT 2007


Author: jra
Date: 2007-03-30 23:23:45 +0000 (Fri, 30 Mar 2007)
New Revision: 22016

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22016

Log:
Try and fix the build - move things out of proto.h
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libsmb/smb_seal.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/smb_seal.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/smb_seal.c	2007-03-30 22:35:35 UTC (rev 22015)
+++ branches/SAMBA_3_0/source/libsmb/smb_seal.c	2007-03-30 23:23:45 UTC (rev 22016)
@@ -164,7 +164,7 @@
 ******************************************************************************/
 
 #if defined(HAVE_GSSAPI) && defined(HAVE_KRB5)
-NTSTATUS common_gss_decrypt_buffer(struct smb_tran_enc_state_gss *gss_state, char *buf)
+static NTSTATUS common_gss_decrypt_buffer(struct smb_tran_enc_state_gss *gss_state, char *buf)
 {
 	gss_ctx_id_t gss_ctx = gss_state->gss_ctx;
 	OM_uint32 ret = 0;
@@ -215,7 +215,7 @@
  gss-api encrypt an outgoing buffer. Return the alloced encrypted pointer in buf_out.
 ******************************************************************************/
 
-NTSTATUS common_gss_encrypt_buffer(struct smb_tran_enc_state_gss *gss_state,
+static NTSTATUS common_gss_encrypt_buffer(struct smb_tran_enc_state_gss *gss_state,
 					uint16 enc_ctx_num,
 		 			char *buf,
 					char **ppbuf_out)



More information about the samba-cvs mailing list