=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/login_cap.h,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/include/login_cap.h 2005/01/28 17:17:22 1.13 --- src/include/login_cap.h 2014/11/19 22:59:50 1.14 *************** *** 1,4 **** ! /* $OpenBSD: login_cap.h,v 1.13 2005/01/28 17:17:22 millert Exp $ */ /*- * Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: login_cap.h,v 1.14 2014/11/19 22:59:50 tedu Exp $ */ /*- * Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved. *************** *** 103,108 **** --- 103,110 ---- int secure_path(char *); int setclasscontext(char *, unsigned int); int setusercontext(login_cap_t *, struct passwd *, uid_t, unsigned int); + + int crypt_newhash(const char *pass, login_cap_t *lc, char *hash, size_t hashlen); __END_DECLS