Make parameters of CTLOG_get* const
[oweals/openssl.git] / include / openssl / conf.h
index e16f97ca5e4716effd1f0d0b5b5ea2be013feb37..24e9dee49fe8d39012f1d0397bc366d829513377 100644 (file)
@@ -137,8 +137,9 @@ int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
 #endif
 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
 
+DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
+
 #if OPENSSL_API_COMPAT < 0x10100000L
-void OPENSSL_config(const char *config_name);
 # define OPENSSL_no_config() \
     OPENSSL_init_crypto(OPENSSL_INIT_NO_LOAD_CONFIG, NULL)
 #endif