summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf/conf_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/conf/conf_local.h')
-rw-r--r--src/lib/libcrypto/conf/conf_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/conf/conf_local.h b/src/lib/libcrypto/conf/conf_local.h
index c991f0629b..f2c755bbf6 100644
--- a/src/lib/libcrypto/conf/conf_local.h
+++ b/src/lib/libcrypto/conf/conf_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: conf_local.h,v 1.3 2024/08/31 09:29:03 tb Exp $ */ 1/* $OpenBSD: conf_local.h,v 1.4 2024/08/31 09:39:31 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -63,7 +63,7 @@ __BEGIN_HIDDEN_DECLS
63 63
64struct conf_method_st { 64struct conf_method_st {
65 const char *name; 65 const char *name;
66 CONF *(*create)(CONF_METHOD *meth); 66 CONF *(*create)(const CONF_METHOD *meth);
67 int (*init)(CONF *conf); 67 int (*init)(CONF *conf);
68 int (*destroy)(CONF *conf); 68 int (*destroy)(CONF *conf);
69 int (*destroy_data)(CONF *conf); 69 int (*destroy_data)(CONF *conf);