Skip to content

Commit c56f842

Browse files
committed
OpenSSL have ENGINE only after a certain SDK version ( higher then 9 ).
dSploit must support all devices from SDK version 9, we have to disable OpenSSL engines on ruby.
1 parent a2799ba commit c56f842

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/openssl/extconf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
#define HAVE_SSLV2_SERVER_METHOD 1
4848
#define HAVE_SSLV2_CLIENT_METHOD 1
4949
#define HAVE_SSL_SET_TLSEXT_HOST_NAME 1
50-
#define HAVE_OPENSSL_ENGINE_H 1
5150
#define HAVE_OPENSSL_OCSP_H 1
5251
#define HAVE_EVP_CIPHER_CTX_FLAGS 1
5352
#define HAVE_ST_FLAGS 1

0 commit comments

Comments
 (0)