summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/cert.c
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2002-06-06 02:15:28 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2002-06-06 02:15:28 +0000
commitadfadf7517816e04ab1a56fb5ccb9b4091d00288 (patch)
treede43bd28d48d0b0812c964f744ca02a378f9f61d /sbin/isakmpd/cert.c
parent3bb8ac5acc126a710730eb961a88241bdc072a79 (diff)
Style, and a few additional format/type mods.
Diffstat (limited to 'sbin/isakmpd/cert.c')
-rw-r--r--sbin/isakmpd/cert.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/cert.c b/sbin/isakmpd/cert.c
index c1a06620f3c..e1c3434b128 100644
--- a/sbin/isakmpd/cert.c
+++ b/sbin/isakmpd/cert.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cert.c,v 1.20 2002/06/01 07:44:21 deraadt Exp $ */
+/* $OpenBSD: cert.c,v 1.21 2002/06/06 02:15:27 ho Exp $ */
/* $EOM: cert.c,v 1.18 2000/09/28 12:53:27 niklas Exp $ */
/*
@@ -133,7 +133,8 @@ certreq_decode (u_int16_t type, u_int8_t *data, u_int32_t datalen)
ret = malloc (sizeof aca);
if (!ret)
{
- log_error ("certreq_decode: malloc (%lu) failed", (unsigned long)sizeof aca);
+ log_error ("certreq_decode: malloc (%lu) failed",
+ (unsigned long)sizeof aca);
handler->free_aca (aca.data);
return 0;
}