Created
August 30, 2024 17:29
-
-
Save darkwing/4d3dc14818bea5bc22b56ff25428da47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from ossl_x509req.c:10: | |
In file included from ./ossl.h:171: | |
./openssl_missing.h:195:11: warning: 'TS_VERIFY_CTS_set_certs' macro redefined [-Wmacro-redefined] | |
# define TS_VERIFY_CTS_set_certs(ctx, crts) ((ctx)->certs=(crts)) | |
^ | |
/opt/homebrew/Cellar/openssl@3/3.3.1/include/openssl/ts.h:426:11: note: previous definition is here | |
# define TS_VERIFY_CTS_set_certs(ctx, cert) TS_VERIFY_CTX_set_certs(ctx,cert) | |
^ | |
1 warning generated. | |
1 warning generated. | |
In file included from ossl_x509revoked.c:10: | |
In file included from ./ossl.h:171: | |
./openssl_missing.h:195:11: warning: 'TS_VERIFY_CTS_set_certs' macro redefined [-Wmacro-redefined] | |
# define TS_VERIFY_CTS_set_certs(ctx, crts) ((ctx)->certs=(crts)) | |
^ | |
/opt/homebrew/Cellar/openssl@3/3.3.1/include/openssl/ts.h:426:11: note: previous definition is here | |
# define TS_VERIFY_CTS_set_certs(ctx, cert) TS_VERIFY_CTX_set_certs(ctx,cert) | |
^ | |
1 warning generated. | |
1 warning generated. | |
make[1]: *** [ext/openssl/all] Error 2 | |
make: *** [build-ext] Error 2 | |
+__rvm_make:0> return 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment