summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index ebf1aeb..8c7a762 100644
--- a/src/common.h
+++ b/src/common.h
@@ -37,6 +37,9 @@ struct ca_context {
char *device;
void *private;
+#ifdef HAVE_DSO
+ void *private_dso;
+#endif
};
typedef enum ca_cache_control {