]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_local.h
Move KTLS inline functions only used by libssl into ssl/ktls.c.
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 27 Jul 2020 18:35:13 +0000 (11:35 -0700)
committerMatt Caswell <matt@openssl.org>
Mon, 31 Aug 2020 08:34:19 +0000 (09:34 +0100)
commitc7b46b549d59797c3f1ea6541f8ff6f02009cbc5
treee96a6f3627173147fe6aeeac04759322b2d5b499
parentb22a3ccc07e304df8fdbc79bf4168c1a880d0ac5
Move KTLS inline functions only used by libssl into ssl/ktls.c.

These functions are a bit large to inline and are not usable outside
of libssl.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12111)
include/internal/ktls.h
ssl/build.info
ssl/ktls.c [new file with mode: 0644]
ssl/ssl_local.h