1 /*
2  * KerberosDES.h
3  *
4  * Copyright (C) 1987, 1988, 1989 by the Massachusetts Institute of Technology.
5  *
6  * Export of this software from the United States of America is assumed
7  * to require a specific license from the United States Government.
8  * It is the responsibility of any person or organization contemplating
9  * export to obtain such a license before exporting.
10  *
11  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
12  * distribute this software and its documentation for any purpose and
13  * without fee is hereby granted, provided that the above copyright
14  * notice appear in all copies and that both that copyright notice and
15  * this permission notice appear in supporting documentation, and that
16  * the name of M.I.T. not be used in advertising or publicity pertaining
17  * to distribution of the software without specific, written prior
18  * permission.  M.I.T. makes no representations about the suitability of
19  * this software for any purpose.  It is provided "as is" without express
20  * or implied warranty.
21  *
22  * Include file for the Data Encryption Standard library.
23  */
24 
25 #ifndef __KERBEROSDES__
26 #define __KERBEROSDES__
27 
28 #include <KerberosDES/des.h>
29 
30 #endif /* __KERBEROSDES__ */
31