mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
LibCrypto: Make PEM.h able to stand alone
These headers should probably all be converted into proper functions of LibCrypto, especially since we have shared objects.
This commit is contained in:
parent
8e265b512a
commit
1ec225f5ba
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
namespace Crypto {
|
||||
|
||||
static ByteBuffer decode_pem(ReadonlyBytes data_in, size_t cert_index = 0)
|
||||
static inline ByteBuffer decode_pem(ReadonlyBytes data_in, size_t cert_index = 0)
|
||||
{
|
||||
size_t i { 0 };
|
||||
size_t start_at { 0 };
|
||||
|
|
Loading…
Add table
Reference in a new issue