From 75233a7c1bb993a7013f38585ca63da9b91b6934 Mon Sep 17 00:00:00 2001 From: zhangyongding <59941594@qq.com> Date: Sun, 29 Sep 2024 09:56:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4Raw=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkcs7/pkcs7.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkcs7/pkcs7.go b/pkcs7/pkcs7.go index 3f21918..26e8357 100644 --- a/pkcs7/pkcs7.go +++ b/pkcs7/pkcs7.go @@ -30,10 +30,6 @@ type PKCS7 struct { raw any } -func (p7 *PKCS7) Raw() any { - return p7.raw -} - type contentInfo struct { ContentType asn1.ObjectIdentifier Content asn1.RawValue `asn1:"explicit,optional,tag:0"`