Code Monkey home page Code Monkey logo

Comments (4)

Thalhammer avatar Thalhammer commented on July 21, 2024

What version of OpenSSL are you using ?
Is your project configured to use at least C++11 ?
Can you post the full error message ?

from jwt-cpp.

blongho avatar blongho commented on July 21, 2024

I am using openssl version: 0x1000115fL
Yes, my project is configured to used C++17

set_property(TARGET ${LIB_TARGET_NAME} PROPERTY CXX_STANDARD 17)

About the error log, it is unfortunate that i can not provide it now. I had to look elsewhere for another solution.

from jwt-cpp.

Thalhammer avatar Thalhammer commented on July 21, 2024

We have a switch because the signature of an OpenSSL function changed.
Turns out we seem to have missed the correct version it changed.
Can you try to change the line 78 in jwt.h from
#if OPENSSL_VERSION_NUMBER <= 0x1000114fL
to
#if OPENSSL_VERSION_NUMBER <= 0x10100004L
and check if it compiles fine with it ?

from jwt-cpp.

prince-chrismc avatar prince-chrismc commented on July 21, 2024

@Thalhammer I pretty sure it's 0x10100003L

the blame points to this commit openssl/openssl@8ab3197. Which the oldest tag was 1.1.0-pre3

from jwt-cpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.