ladybird/Libraries/LibCrypto
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 LibCrypto: Don't cause errors when function unused 2020-08-23 00:53:16 +02:00
Authentication LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span 2020-08-11 21:37:10 +02:00
BigInt LibCrypto: Document word order (endianness) of bigint 2020-08-16 16:35:23 +02:00
Checksum LibCrypto: Don't include <Libraries/...> 2020-08-17 18:05:35 +02:00
Cipher LibCrypto: Call bytes() explicitly instead of implicitly. 2020-08-17 00:00:14 +02:00
Hash LibCrypto: Correctly pad blocks with FinalBlockSize < size < BlockSize 2020-06-04 15:58:04 +02:00
NumberTheory LibCrypto: Fix MB => MiB build issue 2020-08-16 16:44:09 +02:00
PK AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00
CMakeLists.txt LibCrypto: Move large functions to cpp file 2020-08-16 16:35:23 +02:00