summaryrefslogtreecommitdiff
path: root/jpake.c
diff options
context:
space:
mode:
Diffstat (limited to 'jpake.c')
-rw-r--r--jpake.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/jpake.c b/jpake.c
index 38fc255c3..ac9a4bc34 100644
--- a/jpake.c
+++ b/jpake.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: jpake.c,v 1.5 2010/09/20 04:50:53 djm Exp $ */ 1/* $OpenBSD: jpake.c,v 1.6 2010/09/20 04:54:07 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2008 Damien Miller. All rights reserved. 3 * Copyright (c) 2008 Damien Miller. All rights reserved.
4 * 4 *
@@ -45,6 +45,7 @@
45#include "packet.h" 45#include "packet.h"
46#include "dispatch.h" 46#include "dispatch.h"
47#include "log.h" 47#include "log.h"
48#include "misc.h"
48 49
49#include "jpake.h" 50#include "jpake.h"
50#include "schnorr.h" 51#include "schnorr.h"