| /* |
| * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. |
| * |
| * Licensed under the OpenSSL license (the "License"). You may not use |
| * this file except in compliance with the License. You can obtain a copy |
| * in the file LICENSE in the source distribution or at |
| * https://www.openssl.org/source/license.html |
| */ |
| |
| #ifndef OPENSSL_HEADER_CAST_INTERNAL_H |
| #define OPENSSL_HEADER_CAST_INTERNAL_H |
| |
| #include <openssl/base.h> |
| |
| #if defined(__cplusplus) |
| extern "C" { |
| #endif |
| |
| |
| extern const uint32_t CAST_S_table0[256]; |
| extern const uint32_t CAST_S_table1[256]; |
| extern const uint32_t CAST_S_table2[256]; |
| extern const uint32_t CAST_S_table3[256]; |
| extern const uint32_t CAST_S_table4[256]; |
| extern const uint32_t CAST_S_table5[256]; |
| extern const uint32_t CAST_S_table6[256]; |
| extern const uint32_t CAST_S_table7[256]; |
| |
| |
| #if defined(__cplusplus) |
| } // extern C |
| #endif |
| |
| #endif // OPENSSL_HEADER_CAST_INTERNAL_H |