From 7f13d486b00da75254e46b728dc7434fecc23fd9 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 23 Dec 2005 18:15:24 +0000 Subject: New code to do DNS CERT queries. --- include/util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index 77b2b66f2..eba1c84f0 100644 --- a/include/util.h +++ b/include/util.h @@ -256,7 +256,8 @@ int asprintf (char **buf, const char *fmt, ...); /*-- pka.c --*/ char *get_pka_info (const char *address, unsigned char *fpr); - +/*-- cert.c --*/ +int get_cert(const char *name,size_t max_size,IOBUF *iobuf,char **url); /**** other missing stuff ****/ #ifndef HAVE_ATEXIT /* For SunOS */ -- cgit v1.2.3