summaryrefslogtreecommitdiffstats
path: root/ssl/record/record.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-11-10 14:25:21 +0000
committerMatt Caswell <matt@openssl.org>2023-01-24 17:16:29 +0000
commitca20f61fd7cc424f1fd52d6471cf8d801229acf2 (patch)
tree391b8d6b1d384fa67bcc85751337bf80155abc0b /ssl/record/record.h
parenta7f41885b368c7fb63e52aadaa0a5b5bd239b876 (diff)
Move recordmethod.h to be an "internal" header
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19748)
Diffstat (limited to 'ssl/record/record.h')
-rw-r--r--ssl/record/record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/record/record.h b/ssl/record/record.h
index 06838146e8..419e322f51 100644
--- a/ssl/record/record.h
+++ b/ssl/record/record.h
@@ -10,7 +10,7 @@
typedef struct ssl_connection_st SSL_CONNECTION;
#include <openssl/core_dispatch.h>
-#include "recordmethod.h"
+#include "internal/recordmethod.h"
/*****************************************************************************
* *