aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/pkcs1/packet-pkcs1-template.h
blob: c93ccfe1f8d90d7d047282a97e620ac57a830954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* packet-pkcs1.h
 * Routines for PKCS#1/RFC2313 packet dissection
 *  Ronnie Sahlberg 2004
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef PACKET_PKCS1_H
#define PACKET_PKCS1_H

#include "packet-pkcs1-exp.h"

#endif  /* PACKET_PKCS1_H */