summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-06-04 16:17:30 +0100
committerBen Laurie <ben@links.org>2013-06-04 16:17:30 +0100
commit83e2ff8c51cc37e9ee8e0ea40425a55042f65e97 (patch)
tree5df4d7729171b3aa2301d267442fe9f0c80acc7b /ssl/ssl.h
parente3120586fb0852ccb7bf35d1b578134d6ccb9f01 (diff)
Fix missing/incorrect prototype.
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
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