X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fconf%2Fconf.h;h=ae7d05f3bc595efcf336937785972625b186a18c;hp=9f039391c995acda7b66aa7ee31e7580b5d7d8b9;hb=c8cda405e7332f51ef224811bb8e63a92a6d8d5d;hpb=befb3e7a4de7af6039ae2d37e995675e8f5fddc5 diff --git a/crypto/conf/conf.h b/crypto/conf/conf.h index 9f039391c9..ae7d05f3bc 100644 --- a/crypto/conf/conf.h +++ b/crypto/conf/conf.h @@ -90,11 +90,11 @@ struct conf_method_st int (MS_FAR *init)(CONF *conf); int (MS_FAR *destroy)(CONF *conf); int (MS_FAR *destroy_data)(CONF *conf); - int (MS_FAR *load)(CONF *conf, const char *name, long *eline); int (MS_FAR *load_bio)(CONF *conf, BIO *bp, long *eline); int (MS_FAR *dump)(CONF *conf, BIO *bp); int (MS_FAR *is_number)(CONF *conf, char c); int (MS_FAR *to_int)(CONF *conf, char c); + int (MS_FAR *load)(CONF *conf, const char *name, long *eline); }; int CONF_set_default_method(CONF_METHOD *meth);