From 1d8f39c144d90b994558fe82c8839fa064a2d02c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 16 Apr 2004 09:49:41 +0000 Subject: [PATCH] Add the first half of the C++ protection :-). --- fips/fips.h | 5 +++++ 1 file changed, 5 insertions(+) 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. */ -- 2.25.1