diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2025-01-12 20:08:41 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2025-01-12 20:11:22 +0000 |
| commit | b8770ce1dfed52fcb7249cdf3cf4d4d16357b9fd (patch) | |
| tree | 8d2f81fc875db17e63b6c931207e9ae7bb24369e /usr.sbin | |
| parent | a9a71513ccfcb38346c84b006b43d45511d1652c (diff) | |
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/pkg/rsa.c | 1 |
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> |
