Coder Social home page Coder Social logo

Comments (6)

cclements avatar cclements commented on September 28, 2024 1

Manually specifying openssl-1.0 resolved this error:

./configure --with-openssl-includes=/usr/include/openssl-1.0/ --with-openssl-libraries=/usr/lib/openssl-1.0/

from snort3.

snortadmin avatar snortadmin commented on September 28, 2024

Thanks for posting the issue and resolution!

from snort3.

loulansuiye avatar loulansuiye commented on September 28, 2024

it seems that does work at all

from snort3.

v-sijeff avatar v-sijeff commented on September 28, 2024

I have been asked to modify a program which does not compile with openssl 1.1. The error message is:

main.c: In function ‘do_signature’:
main.c:63:10: error: dereferencing pointer to incomplete type ‘X509 {aka struct x509_st}’
  memcpy(x->signature->data, sig_buf, sig_len);
          ^~
Makefile:54: recipe for target 'main.o' failed
make: *** [main.o] Error 1

I see where X509 is defined in a typedef in ossl_typ.h. Not being all that familiar with this software, I'd love a hint or a pointer to a hint which has the solution, please.

Thank you.

from snort3.

chirayu-xx avatar chirayu-xx commented on September 28, 2024

Im also stucked at this point even the openssl documentation is not helping me to find the structure which can help to know correct way to access.

from snort3.

chirayu-xx avatar chirayu-xx commented on September 28, 2024

How to manually add the path in CMakeList.txt for specifying the version of OpenSSL

from snort3.

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.