=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth.h,v retrieving revision 1.3.2.3 retrieving revision 1.3.2.4 diff -u -r1.3.2.3 -r1.3.2.4 --- src/usr.bin/ssh/auth.h 2001/03/12 15:44:07 1.3.2.3 +++ src/usr.bin/ssh/auth.h 2001/03/21 18:52:34 1.3.2.4 @@ -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.3.2.3 2001/03/12 15:44:07 jason Exp $ + * $OpenBSD: auth.h,v 1.3.2.4 2001/03/21 18:52:34 jason Exp $ */ #ifndef AUTH_H #define AUTH_H @@ -119,7 +119,6 @@ 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)