aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2025-01-12 20:08:41 +0000
committerKyle Evans <kevans@FreeBSD.org>2025-01-12 20:11:22 +0000
commitb8770ce1dfed52fcb7249cdf3cf4d4d16357b9fd (patch)
tree8d2f81fc875db17e63b6c931207e9ae7bb24369e /usr.sbin
parenta9a71513ccfcb38346c84b006b43d45511d1652c (diff)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg/rsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pkg/rsa.c b/usr.sbin/pkg/rsa.c
index b28f44ec1953..0056ccb595a9 100644
--- a/usr.sbin/pkg/rsa.c
+++ b/usr.sbin/pkg/rsa.c
@@ -32,6 +32,7 @@
#include <err.h>
#include <stdbool.h>
+#include <string.h>
#include <openssl/err.h>
#include <openssl/ssl.h>