diff options
Diffstat (limited to 'usr/src/cmd/ssh/include/auth.h')
-rw-r--r-- | usr/src/cmd/ssh/include/auth.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/ssh/include/auth.h b/usr/src/cmd/ssh/include/auth.h index d2bd9815b5..c932fafa6d 100644 --- a/usr/src/cmd/ssh/include/auth.h +++ b/usr/src/cmd/ssh/include/auth.h @@ -3,8 +3,6 @@ #ifndef _AUTH_H #define _AUTH_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -35,7 +33,7 @@ extern "C" { * */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -284,6 +282,8 @@ int skey_respond(void *, u_int, char **); struct passwd * getpwnamallow(const char *user); +int run_auth_hook(const char *, const char *, const char *); + char *get_challenge(Authctxt *); int verify_response(Authctxt *, const char *); |