projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e523b0a
)
Add the first half of the C++ protection :-).
author
Richard Levitte
<levitte@openssl.org>
Fri, 16 Apr 2004 09:49:41 +0000
(09:49 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 16 Apr 2004 09:49:41 +0000
(09:49 +0000)
fips/fips.h
patch
|
blob
|
history
diff --git
a/fips/fips.h
b/fips/fips.h
index 5b152e3a37a4ca8138117af17d0ba861cb0ded29..c7f9c5c6dc5230b5fbdc9f915288e9556be46c1c 100644
(file)
--- 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.
*/