summaryrefslogtreecommitdiff
path: root/contrib/examples/httpd/https_example/https_example.c
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2026-05-07 12:37:10 +0200
committerJerome Forissier <[email protected]>2026-06-03 16:55:55 +0200
commit987b5eabc35f3924fd10c66bb1be64a60c6feb23 (patch)
treecfcbc730c1db8dc9f24d93852c52acc932a039cb /contrib/examples/httpd/https_example/https_example.c
parent4cbd0faab82cf6477236205b5e0894be2110f723 (diff)
net: tsec: make tsec_private a private structure
Move the definition of tsec_private within the only file that makes use of it. This adds the benefit of include/tsec.h not referencing PKTBUFSRX (which is set to CONFIG_SYS_RX_ETH_BUFFER, which we're trying to move to be under CONFIG_NET dependency) anymore. Considering drivers/net/tsec.c is only built if CONFIG_NET=y, this is fine. Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'contrib/examples/httpd/https_example/https_example.c')
0 files changed, 0 insertions, 0 deletions