source: UsbWattMeter/trunk/wolfssl-3.7.0/wolfssl/openssl/opensslv.h@ 167

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

MIMEにSJISを設定

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr; charset=SHIFT_JIS
File size: 472 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)
9 /* version number can be increased for Lighty after compatibility for ECDH
10 is added */
11 #define OPENSSL_VERSION_NUMBER 0x0090700fL
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.