Guest User

Untitled

a guest
May 27th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. #ifndef EXTCONF_H
  2. #define EXTCONF_H
  3. #define HAVE_OPENSSL_SSL_H 1
  4. #define HAVE_SSLV3_METHOD 1
  5. #define HAVE_TLSV1_1_METHOD 1
  6. #define HAVE_TLSV1_2_METHOD 1
  7. #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  8. #define HAVE_ENGINE_LOAD_DYNAMIC 1
  9. #define HAVE_ENGINE_LOAD_CRYPTODEV 1
  10. #define HAVE_EVP_CIPHER_CTX_NEW 1
  11. #define HAVE_EVP_CIPHER_CTX_FREE 1
  12. #define HAVE_SSL_CTX_CLEAR_OPTIONS 1
  13. #define HAVE_ASN1_TIME_ADJ 1
  14. #define HAVE_EVP_CIPHER_CTX_COPY 1
  15. #define HAVE_EVP_PKEY_BASE_ID 1
  16. #define HAVE_HMAC_CTX_COPY 1
  17. #define HAVE_PKCS5_PBKDF2_HMAC 1
  18. #define HAVE_X509_NAME_HASH_OLD 1
  19. #define HAVE_X509_STORE_CTX_GET0_CURRENT_CRL 1
  20. #define HAVE_X509_STORE_SET_VERIFY_CB 1
  21. #define HAVE_I2D_ASN1_SET_ANY 1
  22. #define HAVE_SSL_SET_TLSEXT_HOST_NAME 1
  23. #define HAVE_EVP_PKEY_GET0 1
  24. #define HAVE_SSL_CTX_SET_NEXT_PROTO_SELECT_CB 1
  25. #define HAVE_AUTHENTICATED_ENCRYPTION 1
  26. #define HAVE_EC_CURVE_NIST2NID 1
  27. #define HAVE_X509_REVOKED_DUP 1
  28. #define HAVE_X509_STORE_CTX_GET0_STORE 1
  29. #define HAVE_SSL_CTX_SET_ALPN_SELECT_CB 1
  30. #define HAVE_SSL_CTX_SET1_CURVES_LIST 1
  31. #define HAVE_SSL_CTX_SET_ECDH_AUTO 1
  32. #define HAVE_SSL_GET_SERVER_TMP_KEY 1
  33. #define HAVE_SSL_IS_SERVER 1
  34. #endif
Add Comment
Please, Sign In to add comment