included stddef in crypto header

cause github actions are way too stupid...
This commit is contained in:
Václav Šmejkal 2025-02-02 21:58:23 +01:00
parent 44be9ad2f6
commit b6dff4d2f3
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

@ -23,6 +23,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
extern "C" {
#endif
#include <stddef.h>
#include <openssl/types.h>
#include <why2/flags.h>