source: asp3_tinet_ecnl_rx/trunk/wolfssl-3.12.2/wolfssl/openssl/opensslv.h@ 337

Last change on this file since 337 was 337, checked in by coas-nagasima, 6 years ago

ASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 526 bytes
Line 
1/* opensslv.h compatibility */
2
3#ifndef WOLFSSL_OPENSSLV_H_
4#define WOLFSSL_OPENSSLV_H_
5
6
7/* api version compatibility */
8#if defined(HAVE_STUNNEL) || defined(HAVE_LIGHTY) || defined(WOLFSSL_NGINX) || defined(WOLFSSL_HAPROXY)
9 /* version number can be increased for Lighty after compatibility for ECDH
10 is added */
11 #define OPENSSL_VERSION_NUMBER 0x10001000L
12#else
13 #define OPENSSL_VERSION_NUMBER 0x0090810fL
14#endif
15
16#define OPENSSL_VERSION_TEXT LIBWOLFSSL_VERSION_STRING
17
18
19#endif /* header */
20
Note: See TracBrowser for help on using the repository browser.