diff options
author | aisha <aisha@cvs.openbsd.org> | 2023-02-19 21:33:39 +0000 |
---|---|---|
committer | aisha <aisha@cvs.openbsd.org> | 2023-02-19 21:33:39 +0000 |
commit | 72e700991f58eb32ffc7b0a46a703de38f66d548 (patch) | |
tree | 5bfe36a6c83934849f610771764a36cae35df823 /lib/libc | |
parent | f67a9a6919f58b868d06bd1ea89edc9fc52a94b7 (diff) |
auth_getchallenge does not exist anymore
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/auth_subr.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/gen/auth_subr.3 b/lib/libc/gen/auth_subr.3 index c7bd965f944..d36c0ac990e 100644 --- a/lib/libc/gen/auth_subr.3 +++ b/lib/libc/gen/auth_subr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: auth_subr.3,v 1.26 2022/03/31 17:27:15 naddy Exp $ +.\" $OpenBSD: auth_subr.3,v 1.27 2023/02/19 21:33:38 aisha Exp $ .\" .\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. .\" @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" BSDI $From: auth_subr.3,v 2.5 2000/03/30 19:11:27 polk Exp $ -.Dd $Mdocdate: March 31 2022 $ +.Dd $Mdocdate: February 19 2023 $ .Dt AUTH_OPEN 3 .Os .Sh NAME @@ -328,10 +328,6 @@ function. The generated challenge is returned. .Dv NULL is returned on error or if no challenge was generated. -The challenge can also be extracted by the -.Fn auth_getchallenge -function, which simply returns the last challenge generated -for this session. .Pp The .Fn auth_check_change |