Skip to content

Commit

Permalink
pkg: include missing <string.h>
Browse files Browse the repository at this point in the history
My local environment seems to be seeing some pollution; we need
<string.h> for strlen.

PR:		284021
Fixes:		2e065d7 ("pkg: add a pkgsign_verify_data [...]")
MFC after:	immediately (trivial build fix)
  • Loading branch information
kevans91 committed Jan 12, 2025
1 parent a9a7151 commit b8770ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr.sbin/pkg/rsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#include <err.h>
#include <stdbool.h>
#include <string.h>

#include <openssl/err.h>
#include <openssl/ssl.h>
Expand Down

0 comments on commit b8770ce

Please sign in to comment.