We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
铜锁能否将hash算法ripemd160加回来,因为这个算法没有disable宏。 导致Net-SSLeay开源代码无法编译。 代码片段:
#ifndef OPENSSL_NO_MD5 #include <openssl/md5.h> /* openssl-SNAP-20020227 does not automatically include this */ #endif #include <openssl/ripemd.h> #include <openssl/x509.h> ... if (!k && !strcmp(type,"ripemd160")) { k = 1; digest_tp = EVP_ripemd160(); } if (!k) /* Default digest */ digest_tp = EVP_sha1();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
铜锁能否将hash算法ripemd160加回来,因为这个算法没有disable宏。
导致Net-SSLeay开源代码无法编译。
代码片段:
The text was updated successfully, but these errors were encountered: