Commit 1d8f39c1 authored by Richard Levitte's avatar Richard Levitte
Browse files

Add the first half of the C++ protection :-).

parent e523b0ab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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.
 */