Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 588090 - net-libs/mbedtls-2.3.0 does not properly define `mbedtls_time_t`
Summary: net-libs/mbedtls-2.3.0 does not properly define `mbedtls_time_t`
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Anthony Basile
URL: https://github.com/ARMmbed/mbedtls/is...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-05 19:34 UTC by Deven Lahoti
Modified: 2018-09-30 12:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix mbedtls_time_t definition (time_t.patch,170 bytes, patch)
2016-07-05 19:34 UTC, Deven Lahoti
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Deven Lahoti 2016-07-05 19:34:16 UTC
Created attachment 439800 [details, diff]
patch to fix mbedtls_time_t definition

mbedtls-2.3.0 fails to define mbedtls_time_t in ssl.h, which causes some other applications to fail to build (in my case, games-emulation/dolphin). The attached patch is taken from the Debian maintainers of the same package.