Fix c++ compilation

Fixes https://github.com/openssl/openssl/issues/532

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Mat 2016-01-09 20:15:28 +01:00 committed by Rich Salz
parent 77f31b3a8a
commit f820b79248

View File

@ -348,6 +348,8 @@ typedef unsigned __int64 uint64_t;
# else
# define ossl_inline
# endif
# else
# define ossl_inline inline
# endif
#ifdef __cplusplus