Add the first half of the C++ protection :-).
This commit is contained in:
parent
e523b0ab4d
commit
1d8f39c144
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user