summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-05-12 19:13:52 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-05-12 19:13:52 +0000
commit74442a9380130318b2589077567fc5246e7a9bfb (patch)
tree08e5c5459ded2c45b8038d05efbc1545c87015b3 /include
parent736893dc3c526b4490d1e986e422774a790d2cf0 (diff)
no md5crypt
Diffstat (limited to 'include')
-rw-r--r--include/pwd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/pwd.h b/include/pwd.h
index bcd4800e959..36dd2320e57 100644
--- a/include/pwd.h
+++ b/include/pwd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pwd.h,v 1.21 2012/12/05 23:19:57 deraadt Exp $ */
+/* $OpenBSD: pwd.h,v 1.22 2014/05/12 19:13:51 tedu Exp $ */
/* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */
/*-
@@ -107,7 +107,6 @@ int setpassent(int);
char *user_from_uid(uid_t, int);
char *bcrypt_gensalt(u_int8_t);
char *bcrypt(const char *, const char *);
-char *md5crypt(const char *, const char *);
struct passwd *pw_dup(const struct passwd *);
#endif
__END_DECLS