diff options
Diffstat (limited to 'usr/src/lib/libcrypt/common/des.c')
-rw-r--r-- | usr/src/lib/libcrypt/common/des.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libcrypt/common/des.c b/usr/src/lib/libcrypt/common/des.c index 61fcd3c407..42eaf80a52 100644 --- a/usr/src/lib/libcrypt/common/des.c +++ b/usr/src/lib/libcrypt/common/des.c @@ -19,8 +19,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -39,8 +40,8 @@ * DES encryption library routines */ +#include "des_synonyms.h" #include <sys/types.h> - #include <rpc/des_crypt.h> #include <sys/stat.h> #include <fcntl.h> |