diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2013-11-14 12:38:21 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2013-11-14 12:38:21 +0000 |
commit | ea7417b4f0c245c1c5f71168b9ed42ef99902785 (patch) | |
tree | af2cdda98931af5f20fbf0392a022b0493cb5e8f /sbin/iked/iked.h | |
parent | ed458f8aea072af4bd85ade9f5872e76133fceb3 (diff) |
pass caller to ca_sslerror for better error messages; ok mikeb
Diffstat (limited to 'sbin/iked/iked.h')
-rw-r--r-- | sbin/iked/iked.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/iked.h b/sbin/iked/iked.h index b3a7604d8ce..84b8f70fe97 100644 --- a/sbin/iked/iked.h +++ b/sbin/iked/iked.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iked.h,v 1.56 2013/01/08 10:38:19 reyk Exp $ */ +/* $OpenBSD: iked.h,v 1.57 2013/11/14 12:38:20 markus Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -779,7 +779,7 @@ int ca_setcert(struct iked *, struct iked_sahdr *, struct iked_id *, int ca_setauth(struct iked *, struct iked_sa *, struct ibuf *, enum privsep_procid); void ca_sslinit(void); -void ca_sslerror(void); +void ca_sslerror(const char *); char *ca_asn1_name(u_int8_t *, size_t); char *ca_x509_name(void *); |