play with podmena

This commit is contained in:
Benjamin Sergeant 2019-06-02 11:03:44 -07:00
parent 6177fe7803
commit 17eaa323ed
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/* /*
* IXSocketMbedTLS.cpp * IXSocketMbedTLS.cpp
* Author: Benjamin Sergeant * Author: Benjamin Sergeant
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved. * Copyright (c) 2019 Machine Zone, Inc. All rights reserved.
* *
* Some code taken from * Some code taken from
* https://github.com/rottor12/WsClientLib/blob/master/lib/src/WsClientLib.cpp * https://github.com/rottor12/WsClientLib/blob/master/lib/src/WsClientLib.cpp
@ -35,7 +35,7 @@ namespace ix
mbedtls_entropy_func, mbedtls_entropy_func,
&_entropy, &_entropy,
(const unsigned char *) pers, (const unsigned char *) pers,
strlen( pers ) ) != 0) strlen(pers)) != 0)
{ {
errMsg = "Setting entropy seed failed"; errMsg = "Setting entropy seed failed";
return false; return false;

View File

@ -1,7 +1,7 @@
/* /*
* IXSocketMbedTLS.h * IXSocketMbedTLS.h
* Author: Benjamin Sergeant * Author: Benjamin Sergeant
* Copyright (c) 2017-2018 Machine Zone, Inc. All rights reserved. * Copyright (c) 2019 Machine Zone, Inc. All rights reserved.
*/ */
#pragma once #pragma once