/* packet-pkcs1.h * Routines for PKCS#1/RFC2313 packet dissection * Ronnie Sahlberg 2004 * * Wireshark - Network traffic analyzer * By Gerald Combs * 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 */