Add the first half of the C++ protection :-).
authorRichard Levitte <levitte@openssl.org>
Fri, 16 Apr 2004 09:49:41 +0000 (09:49 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 16 Apr 2004 09:49:41 +0000 (09:49 +0000)
fips/fips.h

index 5b152e3a37a4ca8138117af17d0ba861cb0ded29..c7f9c5c6dc5230b5fbdc9f915288e9556be46c1c 100644 (file)
 #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.
  */