From: Richard Levitte Date: Fri, 16 Apr 2004 09:49:41 +0000 (+0000) Subject: Add the first half of the C++ protection :-). X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1d8f39c144d90b994558fe82c8839fa064a2d02c;p=oweals%2Fopenssl.git Add the first half of the C++ protection :-). --- diff --git a/fips/fips.h b/fips/fips.h index 5b152e3a37..c7f9c5c6dc 100644 --- a/fips/fips.h +++ b/fips/fips.h @@ -50,6 +50,11 @@ #include #ifdef OPENSSL_FIPS + +#ifdef __cplusplus +extern "C" { +#endif + /* Note that these are defined in crypto/cryptlib.c so they're * available even without -lfips. */