| /* Copyright (C) 2015-2025 maClara, LLC <info@maclara-llc.com> | |
| This file is part of the JWT C Library | |
| SPDX-License-Identifier: MPL-2.0 | |
| This Source Code Form is subject to the terms of the Mozilla Public | |
| License, v. 2.0. If a copy of the MPL was not distributed with this | |
| file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <jwt.h> | |
| #include "jwt-private.h" | |
| #include "jwt-builder.i" |