remove definition of KRB_VERIFY_USER et.al. (moved to config.h)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5882 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-04-08 13:06:54 +00:00
parent 4ee81ae465
commit e9a727c9ed

View File

@@ -289,15 +289,6 @@ krb5_verify(struct passwd *pwd, const char *password)
* old krb4 code. * old krb4 code.
*/ */
#ifndef KRB_VERIFY_SECURE_FAIL
/* flags for krb_verify_user() */
#define KRB_VERIFY_NOT_SECURE 0
#define KRB_VERIFY_SECURE 1
#define KRB_VERIFY_SECURE_FAIL 2
#endif
static int static int
krb4_verify(struct passwd *pwd, const char *password) krb4_verify(struct passwd *pwd, const char *password)
{ {