summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-04-16 09:49:41 +0000
committerRichard Levitte <levitte@openssl.org>2004-04-16 09:49:41 +0000
commit1d8f39c144d90b994558fe82c8839fa064a2d02c (patch)
tree70a1b21c506a7805128b383fcf64aae82b1cc92b
parente523b0ab4d1cfe90f79e86be316b325b8513ca95 (diff)
downloadopenssl-new-1d8f39c144d90b994558fe82c8839fa064a2d02c.tar.gz
Add the first half of the C++ protection :-).
-rw-r--r--fips/fips.h5
1 files changed, 5 insertions, 0 deletions
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 <openssl/opensslconf.h>
#ifdef OPENSSL_FIPS
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* Note that these are defined in crypto/cryptlib.c so they're
* available even without -lfips.
*/