mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-12 03:19:34 +00:00
Fix typo
This commit is contained in:
parent
45263af2ce
commit
6e703014f6
@ -54,7 +54,7 @@ class LIEF_API x509 : public Object {
|
||||
//! Parse x509 certificate(s) from file path
|
||||
static certificates_t parse(const std::string& path);
|
||||
|
||||
//! Parse x500 certificate(s) from raw blob
|
||||
//! Parse x509 certificate(s) from raw blob
|
||||
static certificates_t parse(const std::vector<uint8_t>& content);
|
||||
|
||||
//! Return True if ``before`` is *before* than ``after``. False otherwise
|
||||
|
Loading…
x
Reference in New Issue
Block a user