diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-07-01 11:27:48 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-07-02 12:49:44 +0200 |
commit | c19ee607b45830dd142022fff4d42ba7d0ee02e0 (patch) | |
tree | cf04352ac5b2fff485b8ebe53fdae51252690496 /bootstrap.conf | |
parent | 27e5059fa136ddb7b978caf72dacc0effbff55ef (diff) | |
download | gnutls-c19ee607b45830dd142022fff4d42ba7d0ee02e0.tar.gz |
certtool: properly print an int64_t value
Also included the gnulib inttype module for portability.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index b67a531aa7..836f1a6f8a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -35,7 +35,7 @@ unictype/category-all unictype/property-default-ignorable-code-point unictype/pr " src_modules=" -accept bind close connect getaddrinfo getpass gettext-h inet_ntop inet_pton listen minmax parse-datetime progname read-file recv recvfrom select send sendto servent setsockopt shutdown socket sockets socklen +accept bind close connect getaddrinfo getpass gettext-h inet_ntop inet_pton listen minmax parse-datetime progname read-file recv recvfrom select send sendto servent setsockopt shutdown socket sockets socklen inttypes " # Build prerequisites |