From 83e2ff8c51cc37e9ee8e0ea40425a55042f65e97 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 4 Jun 2013 16:17:30 +0100 Subject: [PATCH] Fix missing/incorrect prototype. --- ssl/dnssec.c | 2 ++ ssl/ssl.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ssl/dnssec.c b/ssl/dnssec.c index adbee5d1d2..8b1f4dd9c3 100644 --- a/ssl/dnssec.c +++ b/ssl/dnssec.c @@ -5,6 +5,8 @@ #include #include +#include "ssl.h" + #ifndef OPENSSL_NO_LIBUNBOUND #include diff --git a/ssl/ssl.h b/ssl/ssl.h index 7260c8cba3..b8c8847a10 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -2295,7 +2295,7 @@ void SSL_trace(int write_p, int version, int content_type, const char *SSL_CIPHER_standard_name(const SSL_CIPHER *c); #endif -void *SSL_get_tlsa_record_byname(const char *name,int port,int type); +unsigned char *SSL_get_tlsa_record_byname(const char *name,int port,int type); /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes -- 2.40.0