summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2001-02-04 15:32:22 +0000
committerstevesk <stevesk@openbsd.org>2001-02-04 15:32:22 +0000
commitc998415248f8dda5010c909b0625fd6fc663ad09 (patch)
tree28b51d2746b42e74aecd1cc255311ff92e566dc4 /usr.bin/ssh/auth.c
parentmake gcc on the alpha even happier (diff)
downloadwireguard-openbsd-c998415248f8dda5010c909b0625fd6fc663ad09.tar.xz
wireguard-openbsd-c998415248f8dda5010c909b0625fd6fc663ad09.zip
unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r--usr.bin/ssh/auth.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c
index 8455107aca6..e654b89db34 100644
--- a/usr.bin/ssh/auth.c
+++ b/usr.bin/ssh/auth.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth.c,v 1.15 2001/02/03 10:08:37 markus Exp $");
+RCSID("$OpenBSD: auth.c,v 1.16 2001/02/04 15:32:22 stevesk Exp $");
#include "xmalloc.h"
#include "match.h"
@@ -115,9 +115,9 @@ allowed_user(struct passwd * pw)
Authctxt *
authctxt_new(void)
{
- Authctxt *authctxt = xmalloc(sizeof(*authctxt));
- memset(authctxt, 0, sizeof(*authctxt));
- return authctxt;
+ Authctxt *authctxt = xmalloc(sizeof(*authctxt));
+ memset(authctxt, 0, sizeof(*authctxt));
+ return authctxt;
}
struct passwd *