opensslv.h 186 B

123456789101112
  1. /* opensslv.h compatibility */
  2. #ifndef CYASSL_OPENSSLV_H_
  3. #define CYASSL_OPENSSLV_H_
  4. /* api version compatibility */
  5. #define OPENSSL_VERSION_NUMBER 0x0090410fL
  6. #endif /* header */