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:
46a1f24
)
PR: 2586
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 1 Sep 2011 13:37:11 +0000
(13:37 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 1 Sep 2011 13:37:11 +0000
(13:37 +0000)
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Reviewed by: steve
Fix brace mismatch.
engines/e_capi_err.h
patch
|
blob
|
history
diff --git
a/engines/e_capi_err.h
b/engines/e_capi_err.h
index 4c749ec43d979c10e233dd96729441cf3f477e53..efa70010381d16b2685b24d8573beb09f3f207cc 100644
(file)
--- a/
engines/e_capi_err.h
+++ b/
engines/e_capi_err.h
@@
-55,6
+55,10
@@
#ifndef HEADER_CAPI_ERR_H
#define HEADER_CAPI_ERR_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.