play with podmena ♓
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user