Merge pull request #7940 from Irvise/master

Ada binding: correct Alire manifest and fix build
This commit is contained in:
David Garske
2024-09-04 08:05:58 -07:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
name = "wolfssl" name = "wolfssl"
description = "WolfSSL encryption library and its Ada bindings" description = "WolfSSL encryption library and its Ada bindings"
version = "5.7.0" version = "5.7.2"
authors = ["Fernando Oleo Blanco"] authors = ["WolfSSL Team <support@wolfssl.com>"]
maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>"] maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>"]
maintainers-logins = ["Irvise"] maintainers-logins = ["Irvise"]
licenses = "GPL-2.0-only" licenses = "GPL-2.0-only"

View File

@@ -34,6 +34,8 @@
extern "C" { extern "C" {
#endif #endif
#include <stdint.h>
/* Usually comes from configure -> config.h */ /* Usually comes from configure -> config.h */
#define HAVE_SYS_TIME_H #define HAVE_SYS_TIME_H