1*7c478bd9Sstevel@tonic-gate /*
2*7c478bd9Sstevel@tonic-gate  * Copyright (C) 1998 by the FundsXpress, INC.
3*7c478bd9Sstevel@tonic-gate  *
4*7c478bd9Sstevel@tonic-gate  * All rights reserved.
5*7c478bd9Sstevel@tonic-gate  *
6*7c478bd9Sstevel@tonic-gate  * Export of this software from the United States of America may require
7*7c478bd9Sstevel@tonic-gate  * a specific license from the United States Government.  It is the
8*7c478bd9Sstevel@tonic-gate  * responsibility of any person or organization contemplating export to
9*7c478bd9Sstevel@tonic-gate  * obtain such a license before exporting.
10*7c478bd9Sstevel@tonic-gate  *
11*7c478bd9Sstevel@tonic-gate  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
12*7c478bd9Sstevel@tonic-gate  * distribute this software and its documentation for any purpose and
13*7c478bd9Sstevel@tonic-gate  * without fee is hereby granted, provided that the above copyright
14*7c478bd9Sstevel@tonic-gate  * notice appear in all copies and that both that copyright notice and
15*7c478bd9Sstevel@tonic-gate  * this permission notice appear in supporting documentation, and that
16*7c478bd9Sstevel@tonic-gate  * the name of FundsXpress. not be used in advertising or publicity pertaining
17*7c478bd9Sstevel@tonic-gate  * to distribution of the software without specific, written prior
18*7c478bd9Sstevel@tonic-gate  * permission.  FundsXpress makes no representations about the suitability of
19*7c478bd9Sstevel@tonic-gate  * this software for any purpose.  It is provided "as is" without express
20*7c478bd9Sstevel@tonic-gate  * or implied warranty.
21*7c478bd9Sstevel@tonic-gate  *
22*7c478bd9Sstevel@tonic-gate  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
23*7c478bd9Sstevel@tonic-gate  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
24*7c478bd9Sstevel@tonic-gate  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
25*7c478bd9Sstevel@tonic-gate  */
26*7c478bd9Sstevel@tonic-gate 
27*7c478bd9Sstevel@tonic-gate #include "k5-int.h"
28*7c478bd9Sstevel@tonic-gate 
29*7c478bd9Sstevel@tonic-gate extern struct krb5_keytypes krb5_enctypes_list[];
30*7c478bd9Sstevel@tonic-gate extern const int krb5_enctypes_length;
31