mozilla-services / pkcs7

DEPRECATED - Implements a subset of PKCS#7/Cryptographic Message Syntax (rfc2315, rfc5652)
https://go.mozilla.org/pkcs7
MIT License
70 stars 92 forks source link

Fix race condition with unused code #86

Closed hneiva closed 2 months ago

hneiva commented 2 months ago

encodeIndent was only there for debugging and not currently used for anything. This was causing some projects downstream to fail testing with -race enabled.