- djm@cvs.openbsd.org 2010/09/20 04:54:07

[jpake.c]
     missing #include
This commit is contained in:
Damien Miller 2010-09-24 22:07:17 +10:00
parent f7540cd5c4
commit 18e1cab1a1
2 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,9 @@
check that received values are smaller than the group size in the
disabled and unfinished J-PAKE code.
avoids catastrophic security failure found by Sebastien Martini
- djm@cvs.openbsd.org 2010/09/20 04:54:07
[jpake.c]
missing #include
20100910
- (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact

View File

@ -1,4 +1,4 @@
/* $OpenBSD: jpake.c,v 1.5 2010/09/20 04:50:53 djm Exp $ */
/* $OpenBSD: jpake.c,v 1.6 2010/09/20 04:54:07 djm Exp $ */
/*
* Copyright (c) 2008 Damien Miller. All rights reserved.
*
@ -45,6 +45,7 @@
#include "packet.h"
#include "dispatch.h"
#include "log.h"
#include "misc.h"
#include "jpake.h"
#include "schnorr.h"