-/*
- * include/haproxy/ssl_trace-t.h
- * Definitions for SSL traces internal types, constants and flags.
- *
- * Copyright (C) 2025
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- *
- */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
-#ifndef _HAPROXY_SSL_TRACE_T_H
-#define _HAPROXY_SSL_TRACE_T_H
+#ifndef _HAPROXY_SSL_TRACE_H
+#define _HAPROXY_SSL_TRACE_H
#include <haproxy/trace-t.h>
#define TRACE_SOURCE &trace_ssl
-#endif /* _HAPROXY_SSL_TRACE_T_H */
+#endif /* _HAPROXY_SSL_TRACE_H */
#include <haproxy/ssl_gencert.h>
#include <haproxy/ssl_sock.h>
#include <haproxy/trace.h>
-#include <haproxy/ssl_trace-t.h>
+#include <haproxy/ssl_trace.h>
static void ssl_sock_switchctx_set(SSL *ssl, SSL_CTX *ctx)
{
#include <haproxy/ticks.h>
#include <haproxy/time.h>
#include <haproxy/trace.h>
-#include <haproxy/ssl_trace-t.h>
+#include <haproxy/ssl_trace.h>
#ifdef HAVE_SSL_OCSP
#include <haproxy/istbuf.h>
#include <haproxy/ssl_ocsp.h>
#include <haproxy/trace.h>
-#include <haproxy/ssl_trace-t.h>
+#include <haproxy/ssl_trace.h>
/* ***** READ THIS before adding code here! *****
#include <haproxy/api-t.h>
#include <haproxy/chunk.h>
#include <haproxy/trace.h>
-#include <haproxy/ssl_trace-t.h>
+#include <haproxy/ssl_trace.h>
#include <haproxy/connection.h>
#include <haproxy/openssl-compat.h>
#include <haproxy/ssl_sock-t.h>