You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your code needs to add OpenSSL_add_all_digests () in main.c; Otherwise, EVP_get_digestbyname () will return as a NULL pointer. Causes the program to fail to run normally.
您的代码需要在main.c中添加OpenSSL _ add _ all _ digest();否则,EVP_get_digestbyname()将作为空指针返回。导致程序无法正常运行。
The text was updated successfully, but these errors were encountered:
Your code needs to add OpenSSL_add_all_digests () in main.c; Otherwise, EVP_get_digestbyname () will return as a NULL pointer. Causes the program to fail to run normally.
您的代码需要在main.c中添加OpenSSL _ add _ all _ digest();否则,EVP_get_digestbyname()将作为空指针返回。导致程序无法正常运行。
The text was updated successfully, but these errors were encountered: