X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fopensslv.h;h=fa0d6eaf14ed5a13b2ec60acb17e6bb2beb7e667;hb=3842a64d36bc47ef7cc1370147fd0e5b60a27a2b;hp=5b35cf7a6c319a4ec08bc5bae580775dc02f8698;hpb=371d9a627b911feb569d4bca7ffef5b1b4778e20;p=oweals%2Fopenssl.git diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 5b35cf7a6c..fa0d6eaf14 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -1,6 +1,10 @@ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H +#ifdef __cplusplus +extern "C" { +#endif + /* Numeric release version identifier: * MNNFFPPS: major minor fix patch status * The status nibble has one of the values 0 for development, 1 to e for betas @@ -86,4 +90,7 @@ #define SHLIB_VERSION_NUMBER "1.0.0" +#ifdef __cplusplus +} +#endif #endif /* HEADER_OPENSSLV_H */