summaryrefslogtreecommitdiffstats
path: root/src/plugins/tlsopenssl/tls_openssl_all_api_h.h
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2019-09-30 13:17:26 +0200
committerNeale Ranns <nranns@cisco.com>2019-09-30 15:32:03 +0000
commit1e582206a327cc0c9b2c6c83409dbc04a094bbf8 (patch)
treedcafa826d24ce8f34ad874799a3237c4b5fff4c4 /src/plugins/tlsopenssl/tls_openssl_all_api_h.h
parent7071952df81122a601ff84cccb7e1a2539a49941 (diff)
tls: remove api boilerplate
Type: refactor Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: I92c010e64aa6cc6fb2b3845b37cc24dd112fc5f9
Diffstat (limited to 'src/plugins/tlsopenssl/tls_openssl_all_api_h.h')
-rw-r--r--src/plugins/tlsopenssl/tls_openssl_all_api_h.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/plugins/tlsopenssl/tls_openssl_all_api_h.h b/src/plugins/tlsopenssl/tls_openssl_all_api_h.h
deleted file mode 100644
index 96b63f2e1a4..00000000000
--- a/src/plugins/tlsopenssl/tls_openssl_all_api_h.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * tls_openssl_all_api_h.h - skeleton vpp engine plug-in api #include file
- *
- * Copyright (c) 2019 Intel Corporation
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at:
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/* Include the generated file, see BUILT_SOURCES in Makefile.am */
-#include <tlsopenssl/tls_openssl.api.h>