plan 9 kernel history: overview | file list | diff list

1991/1207/port/portdat.h (diff list | history)

1991/1127/sys/src/9/port/portdat.h:165,1741991/1207/sys/src/9/port/portdat.h:165,173 (short | long | prev | next)
Change KEYLEN to DESKEYLEN.
rsc Fri Mar 4 12:44:25 2005
1991/0428    
	Qid	mqid;			/* qid of root of mount point */ 
}; 
 
1991/1127    
#define	KEYLEN	7 
struct Crypt 
{ 
	char	key[KEYLEN];		/* des encryption key */ 
1991/1207    
	char	key[DESKEYLEN];		/* des encryption key */ 
1991/1127    
	char	chal[8];		/* challenge for setting user name */ 
}; 
 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)