NAME_CONSTRAINTS_free
NAME_CONSTRAINTS_it
NAME_CONSTRAINTS_new
-NCONF_default
NCONF_free
NCONF_get_number_e
NCONF_get_section
-/* $OpenBSD: conf.h,v 1.23 2024/08/31 09:41:53 tb Exp $ */
+/* $OpenBSD: conf.h,v 1.24 2024/08/31 09:44:00 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
};
CONF *NCONF_new(const CONF_METHOD *meth);
-const CONF_METHOD *NCONF_default(void);
void NCONF_free(CONF *conf);
int NCONF_load(CONF *conf, const char *file, long *eline);
-/* $OpenBSD: conf_def.c,v 1.42 2024/08/31 09:39:31 tb Exp $ */
+/* $OpenBSD: conf_def.c,v 1.43 2024/08/31 09:44:00 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
{
return &default_method;
}
-LCRYPTO_ALIAS(NCONF_default);
-/* $OpenBSD: conf_local.h,v 1.4 2024/08/31 09:39:31 tb Exp $ */
+/* $OpenBSD: conf_local.h,v 1.5 2024/08/31 09:44:00 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
__BEGIN_HIDDEN_DECLS
+const CONF_METHOD *NCONF_default(void);
+
struct conf_method_st {
const char *name;
CONF *(*create)(const CONF_METHOD *meth);
-/* $OpenBSD: conf.h,v 1.5 2024/08/31 09:41:53 tb Exp $ */
+/* $OpenBSD: conf.h,v 1.6 2024/08/31 09:44:00 tb Exp $ */
/*
* Copyright (c) 2024 Bob Beck <beck@openbsd.org>
*
LCRYPTO_USED(OPENSSL_config);
LCRYPTO_USED(OPENSSL_no_config);
LCRYPTO_USED(NCONF_new);
-LCRYPTO_USED(NCONF_default);
LCRYPTO_USED(NCONF_free);
LCRYPTO_USED(NCONF_load);
LCRYPTO_USED(NCONF_load_bio);