summaryrefslogtreecommitdiff
path: root/usr/src/lib/libcrypt/inc/des_soft.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libcrypt/inc/des_soft.h')
-rw-r--r--usr/src/lib/libcrypt/inc/des_soft.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/lib/libcrypt/inc/des_soft.h b/usr/src/lib/libcrypt/inc/des_soft.h
index 85a7a8d2dc..83e75665ee 100644
--- a/usr/src/lib/libcrypt/inc/des_soft.h
+++ b/usr/src/lib/libcrypt/inc/des_soft.h
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -19,9 +18,10 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright (c) 1997,2001 by Sun Microsystems, Inc.
- * All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Use is subject to license terms.
*/
#ifndef _DES_SOFT_H
@@ -38,7 +38,7 @@ extern "C" {
extern int __des_crypt(char *, unsigned int, struct desparams *);
extern int crypt_close_nolock(int p[2]);
extern void des_encrypt1();
-extern void des_decrypt1();
+extern void _des_decrypt1();
#ifdef __cplusplus
}