Fix compile errors in Centos 6
Fix compile errors in Centos 6
This commit is contained in:
@ -39,6 +39,14 @@
|
||||
#undef OPENSSL_THREAD_DEFINES
|
||||
#define OPENSSL_THREAD_DEFINES 1
|
||||
|
||||
/**
|
||||
* Fix compile errors for PRId64
|
||||
* in Centos 6
|
||||
*/
|
||||
#ifndef __STDC_FORMAT_MACROS
|
||||
# define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Define intended for use with strerror.
|
||||
*
|
||||
|
Reference in New Issue
Block a user