Fix missing/incorrect prototype.
authorBen Laurie <ben@links.org>
Tue, 4 Jun 2013 15:17:30 +0000 (16:17 +0100)
committerBen Laurie <ben@links.org>
Tue, 4 Jun 2013 15:17:30 +0000 (16:17 +0100)
ssl/dnssec.c
ssl/ssl.h

index adbee5d1d29c40774c7f4c209cfe149db56d443c..8b1f4dd9c3ff3cd8d72858c01bdb6e7419204fb9 100644 (file)
@@ -5,6 +5,8 @@
 #include <openssl/bio.h>
 #include <openssl/dso.h>
 
+#include "ssl.h"
+
 #ifndef OPENSSL_NO_LIBUNBOUND
 #include <unbound.h>
 
index 7260c8cba3467f479adcc8701e820dc030d03a30..b8c8847a105864eb9f1bdb625a78d30eec54a7bd 100644 (file)
--- 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