Coder Social home page Coder Social logo

WIN64(MINGW+MSYS) make Error about gmssl HOT 5 CLOSED

guanzhi avatar guanzhi commented on May 22, 2024
WIN64(MINGW+MSYS) make Error

from gmssl.

Comments (5)

newdible avatar newdible commented on May 22, 2024

image
有谁知道是什么原因啊?十分感谢

from gmssl.

guanzhi avatar guanzhi commented on May 22, 2024

MD2是被禁用的,因此编译到的时候会触发一个编译器警告。可以设定编译选项不编译MD2。
不建议使用MD2,但是如果你一定要使用MD2,可以注释掉include/openssl/md2.h中的这一行(第64行)。

from gmssl.

newdible avatar newdible commented on May 22, 2024

不好意思,我是菜鸟,连如何禁止编译MD2都不知怎么样操作,汗......能详细指点下吗?非常感谢。是通过修改makefile文件吗?谢谢

from gmssl.

guanzhi avatar guanzhi commented on May 22, 2024
  1. 禁止编译MD2,运行 ./config no-md2,然后会生成相应的Makefile
  2. (不推荐)或者在代码include/openssl/md2.h中删除# error MD2 is disabled.这一句

from gmssl.

newdible avatar newdible commented on May 22, 2024

十分感谢,已经编译通过了。我原本以为编译完成后,会生成可以调用的lib库,可实际上没有啊。还需要再执行什么指令吗? 编译openssl的ms\do_ms那套指令,在这个环境下好像用不了啊。谢谢

from gmssl.

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.