From 60b117920742a01744d711e2e5ef44bd04f286ab Mon Sep 17 00:00:00 2001 From: Martin Peylo Date: Wed, 3 Oct 2018 13:33:21 +0300 Subject: CRMF: cleaning out excessive exports Change-Id: If0e95b6114d5a8d94b30d5d6e4bc330d8f43b939 Reviewed-on: https://code.wireshark.org/review/30001 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/asn1/crmf/crmf.cnf | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'epan/dissectors/asn1/crmf') diff --git a/epan/dissectors/asn1/crmf/crmf.cnf b/epan/dissectors/asn1/crmf/crmf.cnf index 42e6563f85..e10b14388f 100644 --- a/epan/dissectors/asn1/crmf/crmf.cnf +++ b/epan/dissectors/asn1/crmf/crmf.cnf @@ -6,41 +6,16 @@ PKIX1Explicit88 pkix1explicit PKIX1Implicit88 pkix1implicit CryptographicMessageSyntax2004 cms -#.IMPORT ../cms/cms-exp.cnf #.INCLUDE ../pkix1explicit/pkix1explicit_exp.cnf #.INCLUDE ../pkix1implicit/pkix1implicit_exp.cnf #.EXPORTS -Authenticator -Attributes AttributeTypeAndValue CertId -CertReq CertReqMessages -CertReqMsg -CertRequest CertTemplate -Controls -EncKeyWithID -EncryptedKey EncryptedValue -KeyGenParameters -OldCertId -OptionalValidity -PBMParameter -PKIArchiveOptions PKIPublicationInfo -PKMACValue -POPOPrivKey -POPOSigningKey -POPOSigningKeyInput -PrivateKeyInfo -ProofOfPossession -ProtocolEncrKey -RegToken -SinglePubInfo -SubsequentMessage -UTF8Pairs #.REGISTER EncKeyWithID B "1.2.840.113549.1.9.16.1.21" "id-ct-encKeyWithID" @@ -52,7 +27,7 @@ PKIArchiveOptions B "1.3.6.1.5.5.7.5.1.4" "id-regCtrl-pkiArchiveOption OldCertId B "1.3.6.1.5.5.7.5.1.5" "id-regCtrl-oldCertID" ProtocolEncrKey B "1.3.6.1.5.5.7.5.1.6" "id-regCtrl-protocolEncrKey" UTF8Pairs B "1.3.6.1.5.5.7.5.2.1" "id-regInfo-utf8Pairs" -CertRequest B "1.3.6.1.5.5.7.5.2.2" "id-regInfo-certReq" +CertReq B "1.3.6.1.5.5.7.5.2.2" "id-regInfo-certReq" #.NO_EMIT @@ -72,5 +47,3 @@ EncKeyWithID/privateKey enckeywid_privkey offset=call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, tree, NULL); #.END - - -- cgit v1.2.3