From b9aec69ace2ae84b2b4494cc49725945805d5a29 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 8 Apr 2016 09:10:06 -0400 Subject: Add SSL_DANE typedef for consistency. Reviewed-by: Viktor Dukhovni --- include/internal/dane.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/internal/dane.h') diff --git a/include/internal/dane.h b/include/internal/dane.h index 42581104fd..1672849c83 100644 --- a/include/internal/dane.h +++ b/include/internal/dane.h @@ -110,7 +110,7 @@ struct dane_ctx_st { /* * Per connection DANE state */ -struct dane_st { +struct ssl_dane_st { struct dane_ctx_st *dctx; STACK_OF(danetls_record) *trecs; STACK_OF(X509) *certs; /* DANE-TA(2) Cert(0) Full(0) certs */ -- cgit v1.2.3