diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-03-14 21:13:25 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-03-14 21:13:25 +0000 |
commit | 4677912e5a448132145c87c5786f0c56bd3ed50e (patch) | |
tree | 82f4c0181ea4cddb540cf83db60e4fb594f9785a /sbin/isakmpd/policy.c | |
parent | a3dd11a77823f80a82e36a95f59ab7c48fe883bf (diff) |
Make these compile again...
Diffstat (limited to 'sbin/isakmpd/policy.c')
-rw-r--r-- | sbin/isakmpd/policy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/policy.c b/sbin/isakmpd/policy.c index 3dde6fba2e3..f84b1432415 100644 --- a/sbin/isakmpd/policy.c +++ b/sbin/isakmpd/policy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: policy.c,v 1.25 2001/03/14 12:15:45 niklas Exp $ */ +/* $OpenBSD: policy.c,v 1.26 2001/03/14 21:13:24 tholo Exp $ */ /* $EOM: policy.c,v 1.49 2000/10/24 13:33:39 niklas Exp $ */ /* @@ -1690,7 +1690,7 @@ keynote_certreq_validate (u_int8_t *data, u_int32_t len) if (!dat) { log_error ("keynote_certreq_validate: calloc (%d, %d) failed", len + 1, - sizeof (char)) + sizeof (char)); return 0; } |