diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2009-03-05 07:18:20 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2009-03-05 07:18:20 +0000 |
commit | 963b49d130359226086bd920156e5ceb7e6a6e98 (patch) | |
tree | 3cd37899e8fb0234571b558ab0a75c59b6dff7e3 /usr.bin/ssh/sshconnect2.c | |
parent | 2b3d8146716d5c03b85049d1d4ab3f7452a18dab (diff) |
refactor the (disabled) Schnorr proof code to make it a little more
generally useful
Diffstat (limited to 'usr.bin/ssh/sshconnect2.c')
-rw-r--r-- | usr.bin/ssh/sshconnect2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshconnect2.c b/usr.bin/ssh/sshconnect2.c index a3f34cf9a30..5a3c47c60aa 100644 --- a/usr.bin/ssh/sshconnect2.c +++ b/usr.bin/ssh/sshconnect2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect2.c,v 1.170 2008/11/04 08:22:13 djm Exp $ */ +/* $OpenBSD: sshconnect2.c,v 1.171 2009/03/05 07:18:19 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * Copyright (c) 2008 Damien Miller. All rights reserved. @@ -62,6 +62,7 @@ #include "msg.h" #include "pathnames.h" #include "uidswap.h" +#include "schnorr.h" #include "jpake.h" #ifdef GSSAPI |