mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
date not included in version
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@90 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -1997,7 +1997,7 @@ void DISPLAY_ALERT(SSL *ssl, int alert)
|
|||||||
*/
|
*/
|
||||||
EXP_FUNC const char * STDCALL ssl_version()
|
EXP_FUNC const char * STDCALL ssl_version()
|
||||||
{
|
{
|
||||||
static const char * axtls_version = AXTLS_VERSION " " __DATE__;
|
static const char * axtls_version = AXTLS_VERSION;
|
||||||
return axtls_version;
|
return axtls_version;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user