aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-06-21 15:40:55 +0200
committerEvan Huus <eapache@gmail.com>2015-06-22 17:02:11 +0000
commitc079420cfcf9526fe36321e6e84bb1ec83c9b6d3 (patch)
treee3c9eba4267c88bb09604687247e5c0f88b07655 /epan/dissectors/Makefile.common
parent475a232a5bd9ac2f87b1b7881dd413a750c05c2a (diff)
PKCS12: Remove from ASN1 DIRTY list
Change-Id: I454c48d5342ebe5682217667e4cafd6164e58d41 Reviewed-on: https://code.wireshark.org/review/9004 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 91bf816797..1a0dec461b 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -158,6 +158,7 @@ ASN1_DISSECTOR_SRC = \
packet-p772.c \
packet-pcap.c \
packet-pkcs1.c \
+ packet-pkcs12.c \
packet-pkinit.c \
packet-pkix1explicit.c \
packet-pkix1implicit.c \
@@ -207,7 +208,6 @@ CORBA_IDL_DISSECTOR_SRC =
#
DIRTY_ASN1_DISSECTOR_SRC = \
packet-p1.c \
- packet-pkcs12.c \
packet-snmp.c \
packet-tcap.c \
$(CUSTOM_DIRTY_ASN1_DISSECTOR_SRC)