summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/ossl_config.h')
-rw-r--r--ext/openssl/ossl_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/openssl/ossl_config.h b/ext/openssl/ossl_config.h
index c45619dc1b..cb226b27e5 100644
--- a/ext/openssl/ossl_config.h
+++ b/ext/openssl/ossl_config.h
@@ -14,6 +14,8 @@
extern VALUE cConfig;
extern VALUE eConfigError;
+CONF* GetConfigPtr(VALUE obj);
+CONF* DupConfigPtr(VALUE obj);
void Init_ossl_config(void);
#endif /* _OSSL_CONFIG_H_ */