Project

General

Profile

Bug #17028

Updated by jack9603301 (春晖 欧阳) over 3 years ago

I just compiled ruby, but it failed to compile under OpenSSL 1.1.1d. Due to changes in ABI and detection macro, there were various errors. I even modified the following file to complete the compilation: 

 1. Note the full code of `openssl_missing.h` and `openssl_missing.c` 

 2. Modify some special macro detection of annotation `ossl_pkey_ec.c` file according to error prompt 

 3. Modify 3、Modify the call to OpenSSL initialization 

 But this is only to complete the compilation locally. Please adapt as soon as possible.

Back