Menu

#31 Openssl version build issue

v1.0 (example)
closed-fixed
nobody
e0e35d (2)
5
2017-05-30
2017-04-13
No

I am building under openssl's current stable release: openssl-1.1.0e, and there is a build issue:

apps/cmp.c lines 173-175 should be:

#endif
#if OPENSSL_VERSION_NUMBER >= 0x10101000L
const
#endif

It seems that OPTIONS only becomes 'const' at 1.1.1-dev and beyond.

Discussion

  • Nigel Hathaway

    Nigel Hathaway - 2017-04-13

    Here is my version of the patch, if anyone is interested.

     
  • David von Oheimb

    Thanks for pointing this out. The correction is going to be included soon.

     
  • Martin Peylo

    Martin Peylo - 2017-05-30

    Fixed in GIT revision c73ae5df0a - now commited to the CMP branch.

    Thanks for reporting.

     
  • Martin Peylo

    Martin Peylo - 2017-05-30
    • status: open --> closed-fixed
     

Log in to post a comment.