Deleted Added
full compact
svc_auth_des.c (92889) svc_auth_des.c (92990)
1
2/*
3 * Copyright (c) 1988 by Sun Microsystems, Inc.
4 */
5
6/*
7 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
8 * unrestricted use provided that this legend is included on all tape

--- 51 unchanged lines hidden (view full) ---

60#include <rpc/auth.h>
61#include <rpc/auth_des.h>
62#include <rpc/svc.h>
63#include <rpc/rpc_msg.h>
64#include <rpc/svc_auth.h>
65#include "libc_private.h"
66
67#if defined(LIBC_SCCS) && !defined(lint)
1
2/*
3 * Copyright (c) 1988 by Sun Microsystems, Inc.
4 */
5
6/*
7 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
8 * unrestricted use provided that this legend is included on all tape

--- 51 unchanged lines hidden (view full) ---

60#include <rpc/auth.h>
61#include <rpc/auth_des.h>
62#include <rpc/svc.h>
63#include <rpc/rpc_msg.h>
64#include <rpc/svc_auth.h>
65#include "libc_private.h"
66
67#if defined(LIBC_SCCS) && !defined(lint)
68/* from: static char sccsid[] = "@(#)svcauth_des.c 2.3 89/07/11 4.0 RPCSRC; from 1.15 88/02/08 SMI"; */
69static const char rcsid[] = "$FreeBSD: head/lib/libc/rpc/svc_auth_des.c 92889 2002-03-21 18:49:23Z obrien $";
68static char sccsid[] = "@(#)svcauth_des.c 2.3 89/07/11 4.0 RPCSRC; from 1.15 88/02/08 SMI";
70#endif
69#endif
70#include <sys/cdefs.h>
71__FBSDID("$FreeBSD: head/lib/libc/rpc/svc_auth_des.c 92990 2002-03-22 23:18:37Z obrien $");
71
72extern int key_decryptsession_pk(const char *, netobj *, des_block *);
73
74#define debug(msg) printf("svcauth_des: %s\n", msg)
75
76#define USEC_PER_SEC ((u_long) 1000000L)
77#define BEFORE(t1, t2) timercmp(t1, t2, <)
78

--- 459 unchanged lines hidden ---
72
73extern int key_decryptsession_pk(const char *, netobj *, des_block *);
74
75#define debug(msg) printf("svcauth_des: %s\n", msg)
76
77#define USEC_PER_SEC ((u_long) 1000000L)
78#define BEFORE(t1, t2) timercmp(t1, t2, <)
79

--- 459 unchanged lines hidden ---