summaryrefslogtreecommitdiff
path: root/lib/libcrypt/crypt.h
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-09-20 11:19:55 +0000
committerBrian Feldman <green@FreeBSD.org>2000-09-20 11:19:55 +0000
commit0a25ad103116c47db9975f113b9d4fabe141b163 (patch)
treeed1c4c9ad04319f1ee8bf8af3f75363fcc2ccef3 /lib/libcrypt/crypt.h
parentea1699f3334fc739a41eb7bd8d7d2af123c65879 (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 8920986c2998..3544f896563d 100644
--- a/lib/libcrypt/crypt.h
+++ b/lib/libcrypt/crypt.h
@@ -29,7 +29,6 @@
/* magic sizes */
#define MD5_SIZE 16
-#define SHS_SIZE 20
char *crypt_des(const char *pw, const char *salt);
char *crypt_md5(const char *pw, const char *salt);