ladybird/Libraries/LibCrypto/ASN1
Ben Wiederhake 23a43d10f3 LibCrypto: Don't cause errors when function unused
Any (future) program that includes this header would fail to compile, because the
private symbol 'kind_name' is defined, along with a bunch of code, but unused.

A good way to see this is by #include'ing LibCrypto/ASN1/ASN1.h in an unrelated
.cpp-file, for example Userland/md.cpp.

No other headers seem to have this problem.
2020-08-23 00:53:16 +02:00
..
ASN1.h LibCrypto: Don't cause errors when function unused 2020-08-23 00:53:16 +02:00
DER.h
PEM.h LibCrypto: Format the comments in ASN1/PEM.h correctly 2020-08-02 18:57:51 +02:00