summaryrefslogtreecommitdiff
path: root/crypt-obsolete.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypt-obsolete.h')
-rw-r--r--crypt-obsolete.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypt-obsolete.h b/crypt-obsolete.h
index c76d8f2..41b97a9 100644
--- a/crypt-obsolete.h
+++ b/crypt-obsolete.h
@@ -46,12 +46,6 @@ extern void encrypt_r (char *__block, int __edflag,
struct crypt_data *restrict __data)
__THROW __nonnull ((1, 3));
-/* Hash a password using the "bigcrypt" algorithm, which is a variant
- of the traditional DES algorithm that considers more than the first
- eight characters of the password. */
-extern char *bigcrypt (const char *key, const char *salt)
- __THROW __nonnull ((1, 2));
-
#ifdef __cplusplus
} /* extern "C" */
#endif