diff options
author | Ole Troan <ot@cisco.com> | 2019-09-30 13:17:26 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-09-30 15:32:03 +0000 |
commit | 1e582206a327cc0c9b2c6c83409dbc04a094bbf8 (patch) | |
tree | dcafa826d24ce8f34ad874799a3237c4b5fff4c4 /src/plugins/tlsopenssl/CMakeLists.txt | |
parent | 7071952df81122a601ff84cccb7e1a2539a49941 (diff) |
tls: remove api boilerplate
Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I92c010e64aa6cc6fb2b3845b37cc24dd112fc5f9
Diffstat (limited to 'src/plugins/tlsopenssl/CMakeLists.txt')
-rw-r--r-- | src/plugins/tlsopenssl/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/tlsopenssl/CMakeLists.txt b/src/plugins/tlsopenssl/CMakeLists.txt index 07b587b4ca3..8ac36cfe3fd 100644 --- a/src/plugins/tlsopenssl/CMakeLists.txt +++ b/src/plugins/tlsopenssl/CMakeLists.txt @@ -23,10 +23,6 @@ if(OPENSSL_FOUND) API_FILES tls_openssl.api - INSTALL_HEADERS - tls_openssl_all_api_h.h - tls_openssl_msg_enum.h - API_TEST_SOURCES tls_openssl_test.c |