blob: 53401ff6597a7ce84baa9c12d5e986e6d8c452ee [file] [log] [blame]
Philipp Maier08902cf2024-03-04 10:32:55 +01001/* PKIX1 Templates in TTCN-3
2 *
3 * Author: Philipp Maier <pmaier@sysmocom.de> / sysmocom - s.f.m.c. GmbH
4 *
5 * Released under the terms of GNU General Public License, Version 2 or
6 * (at your option) any later version.
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11module PKIX1Implicit88_Templates {
12
13import from PKIX1Implicit88_Types all;
14import from PKIX1Implicit88 all;
15
16}