This ensures that OTP releases and Dialyzer know to include :asn1,
:public_key, and :crypto. This also removes :logger since it
wasn't actually being used.
NOTE: I added the OTP apps that I saw on quick inspection. I think this is it. Luckily, these apps are so commonly used that it's almost guaranteed that some other library will pull them in, but it seemed best for x509 to list them explicitly. If you want to see the full list, run mix app.tree.
This ensures that OTP releases and Dialyzer know to include
:asn1
,:public_key
, and:crypto
. This also removes:logger
since it wasn't actually being used.NOTE: I added the OTP apps that I saw on quick inspection. I think this is it. Luckily, these apps are so commonly used that it's almost guaranteed that some other library will pull them in, but it seemed best for
x509
to list them explicitly. If you want to see the full list, runmix app.tree
.