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/tls_openssl_msg_enum.h | |
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/tls_openssl_msg_enum.h')
-rw-r--r-- | src/plugins/tlsopenssl/tls_openssl_msg_enum.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/plugins/tlsopenssl/tls_openssl_msg_enum.h b/src/plugins/tlsopenssl/tls_openssl_msg_enum.h deleted file mode 100644 index d1f74d0b4dd..00000000000 --- a/src/plugins/tlsopenssl/tls_openssl_msg_enum.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * tlsopenssl_msg_enum.h - skeleton vpp engine plug-in message enumeration - * - * Copyright (c) 2019 Intel Corportation - * 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. - */ -#ifndef included_tlsopenssl_msg_enum_h -#define included_tlsopenssl_msg_enum_h - -#include <vppinfra/byte_order.h> - -#define vl_msg_id(n,h) n, -typedef enum { -#include <tlsopenssl/tls_openssl_all_api_h.h> - /* We'll want to know how many messages IDs we need... */ - VL_MSG_FIRST_AVAILABLE, -} vl_msg_id_t; -#undef vl_msg_id - -#endif /* included_tlsopenssl_msg_enum_h*/ |