Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:Factory
rng-tools
rng-tools-missing-includes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rng-tools-missing-includes.patch of Package rng-tools
--- ./ossl_helpers.h 2024/10/23 09:49:55 1.1 +++ ./ossl_helpers.h 2024/10/23 09:50:06 @@ -19,6 +19,8 @@ #ifndef OSSL_HELPERS__H #define OSSL_HELPERS__H +#include <string.h> + #define AES_BLOCK 16 struct ossl_aes_ctx; --- ./rngd_jitter.c 2024/10/23 09:54:49 1.1 +++ ./rngd_jitter.c 2024/10/23 09:54:58 @@ -27,6 +27,9 @@ #include <unistd.h> #include <signal.h> #include <setjmp.h> +#include <string.h> +#include <stdlib.h> +#include <fcntl.h> #include "rng-tools-config.h"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor