libressl: ssl.h needs inttypes.h for intXX_t and friends... ffs.
This commit is contained in:
parent
3399410ebd
commit
064b754e73
|
@ -0,0 +1,11 @@
|
|||
--- include/openssl/ssl.h.orig 2015-01-03 11:10:35.105389365 +0100
|
||||
+++ include/openssl/ssl.h 2015-01-03 11:10:44.425472976 +0100
|
||||
@@ -143,6 +143,8 @@
|
||||
#ifndef HEADER_SSL_H
|
||||
#define HEADER_SSL_H
|
||||
|
||||
+#include <inttypes.h>
|
||||
+
|
||||
#include <openssl/opensslconf.h>
|
||||
#include <openssl/hmac.h>
|
||||
#include <openssl/pem.h>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libressl'
|
||||
pkgname=libressl
|
||||
version=2.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libtls"
|
||||
|
|
Loading…
Reference in New Issue