Last change
on this file since 164 was 164, checked in by coas-nagasima, 7 years ago |
TOPPERS/ECNLサンプルアプリ「USB充電器電力計」を追加
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
-
Property svn:mime-type
set to
text/x-chdr
|
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.