blob: b048fc06a2dda50f487b5249dd0e5787953f1a2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0"
*
* Written by Nir Drucker and Shay Gueron
* AWS Cryptographic Algorithms Group.
* (ndrucker@amazon.com, gueron@amazon.com)
*/
#include "error.h"
__thread _bike_err_t bike_errno;
|