Some breakeages sneaked in. This fixes them.

(this relates to a name change in a library that was not properly backed
up by the author)
Reported by: too mant :-(
This commit is contained in:
Mark Murray 1996-07-30 21:09:48 +00:00
parent 3817d2ffa1
commit f3d1114f33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17356
7 changed files with 4 additions and 9 deletions

View File

@ -62,7 +62,7 @@
typedef unsigned char Block[8];
typedef unsigned char *BlockT;
typedef struct { Block _; } Schedule[16];
typedef struct { Block __; } Schedule[16];
#define VALIDKEY(key) ( key[0] | key[1] | key[2] | key[3] | \
key[4] | key[5] | key[6] | key[7])

View File

@ -115,7 +115,6 @@ static AUTH_DAT adat = { 0 };
#ifdef ENCRYPTION
static Block session_key = { 0 };
#endif /* ENCRYPTION */
static Schedule sched;
static char challenge[REALM_SZ];
static int

View File

@ -101,7 +101,6 @@ static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
#ifdef ENCRYPTION
static Block session_key = { 0 };
#endif /* ENCRYPTION */
static Schedule sched;
static Block challenge = { 0 };

View File

@ -77,7 +77,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: new_rkey.c,v 1.1.1.3 1996/07/29 17:54:29 markm Exp $
* $Id$
*/
/* 21-Nov-95 - eay - I've finally put this into libdes, I have made a
@ -161,9 +161,8 @@ des_new_random_key(new_key)
* to a truly nasty sequence using system
* supplied volatile variables.
*/
/* Name shortened for VMS - there is a macro for the old name */
void
des_init_random_num_generator(key)
des_init_random_number_generator(key)
des_cblock *key;
{
/* 64-bit structures */

View File

@ -62,7 +62,7 @@
typedef unsigned char Block[8];
typedef unsigned char *BlockT;
typedef struct { Block _; } Schedule[16];
typedef struct { Block __; } Schedule[16];
#define VALIDKEY(key) ( key[0] | key[1] | key[2] | key[3] | \
key[4] | key[5] | key[6] | key[7])

View File

@ -115,7 +115,6 @@ static AUTH_DAT adat = { 0 };
#ifdef ENCRYPTION
static Block session_key = { 0 };
#endif /* ENCRYPTION */
static Schedule sched;
static char challenge[REALM_SZ];
static int

View File

@ -101,7 +101,6 @@ static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
#ifdef ENCRYPTION
static Block session_key = { 0 };
#endif /* ENCRYPTION */
static Schedule sched;
static Block challenge = { 0 };