2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 #include <afsconfig.h>
11 #include <afs/param.h>
17 # include "afs/sysincludes.h"
18 # endif /* !UKERNEL */
25 /* The null security object. No authentication, no nothing. */
27 static struct rx_securityOps null_ops
;
28 static struct rx_securityClass null_object
= { &null_ops
, 0, 0 };
30 struct rx_securityClass
*
31 rxnull_NewServerSecurityObject(void)
36 struct rx_securityClass
*
37 rxnull_NewClientSecurityObject(void)