• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tpm2-software / tpm2-tools / 943
0%

Build:
DEFAULT BRANCH: master
Ran 17 Oct 2017 05:04PM UTC
Jobs 1
Files 699
Run time 41s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
943

push

travis-ci

williamcroberts
tpm2_import: fix build error with OpenSSL 1.1.x

Since OpenSSL version 1.1.0, the RSA structure (struct rsa_st) is opaque
to programs (https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes).

So the structure members can't be accessed directly and instead helpers
functions should be used.

Because the API changes, building tpm2-tools with OpenSSL 1.1.x leads to
the following compile error:

tools/tpm2_import.c:99:11: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’
     if ((r->n == NULL && n == NULL) || (r->e == NULL && e == NULL)) {
           ^~

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>

3995 of 5790 relevant lines covered (69.0%)

36.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 943.1 17 Oct 2017 05:04PM UTC 0
69.0
Travis Job 943.1
Source Files on build 943
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #943
  • 03c54466 on github
  • Prev Build on master (#942)
  • Next Build on master (#944)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc