summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authormouring <mouring>2001-03-05 05:56:40 +0000
committermouring <mouring>2001-03-05 05:56:40 +0000
commitb48bca5bdb143918932cea222465a6b0e6c91721 (patch)
treed6807e0725965b02b986e52c9dd05f3fa333ba6b /auth.h
parent4d1d5199383a0ab5692c212f2d4fa53ef2eccd16 (diff)
downloadopenssh-b48bca5bdb143918932cea222465a6b0e6c91721.tar.gz
- markus@cvs.openbsd.org 2001/02/22 21:59:44
[auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c] use pwcopy in ssh.c, too
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index 45755339..6afce6b3 100644
--- a/auth.h
+++ b/auth.h
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $OpenBSD: auth.h,v 1.11 2001/02/12 16:16:23 markus Exp $
+ * $OpenBSD: auth.h,v 1.12 2001/02/22 21:59:43 markus Exp $
*/
#ifndef AUTH_H
#define AUTH_H
@@ -132,7 +132,6 @@ char *get_challenge(Authctxt *authctxt, char *devs);
int verify_response(Authctxt *authctxt, char *response);
struct passwd * auth_get_user(void);
-struct passwd * pwcopy(struct passwd *pw);
#define AUTH_FAIL_MAX 6
#define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)