mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
pkg: include missing <string.h>
My local environment seems to be seeing some pollution; we need <string.h> for strlen. PR: 284021 Fixes:2e065d74a5("pkg: add a pkgsign_verify_data [...]") (cherry picked from commitb8770ce1df)
This commit is contained in:
parent
7fbbab2d32
commit
18790167dc
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include <err.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/ssl.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue