wireshark/epan/dissectors/asn1/pkcs1/packet-pkcs1-template.h

19 lines
369 B
C

/* 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 */