summaryrefslogtreecommitdiffstats
path: root/src/include/openssl/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/openssl/engine.h')
-rw-r--r--src/include/openssl/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/openssl/engine.h b/src/include/openssl/engine.h
index da242f6..d3d278a 100644
--- a/src/include/openssl/engine.h
+++ b/src/include/openssl/engine.h
@@ -93,7 +93,7 @@ void METHOD_unref(void *method);
/* openssl_method_common_st contains the common part of all method structures.
* This must be the first member of all method structures. */
struct openssl_method_common_st {
- int references;
+ int references; /* dummy – not used. */
char is_static;
};