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

This commit is contained in:
Richard Levitte 2004-04-16 09:49:41 +00:00
parent e523b0ab4d
commit 1d8f39c144

View File

@ -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.
*/