summaryrefslogtreecommitdiff
path: root/lib/libcrypt/crypt.h
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-01-07 06:33:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-01-07 06:33:54 +0000
commit0ade301d10aba84c062b0edde928a0484ed17074 (patch)
tree7d5e3edd9107b96e9c85a84b74330e2ab1d013b8 /lib/libcrypt/crypt.h
parenta942162d50cad26aff9c842fed828028030e869a (diff)
Notes
Diffstat (limited to 'lib/libcrypt/crypt.h')
-rw-r--r--lib/libcrypt/crypt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypt/crypt.h b/lib/libcrypt/crypt.h
index 21e769140e38..8920986c2998 100644
--- a/lib/libcrypt/crypt.h
+++ b/lib/libcrypt/crypt.h
@@ -33,7 +33,6 @@
char *crypt_des(const char *pw, const char *salt);
char *crypt_md5(const char *pw, const char *salt);
-char *crypt_sha(const char *pw, const char *salt);
extern void _crypt_to64(char *s, unsigned long v, int n);