summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_dat.c
diff options
context:
space:
mode:
authorjsing <>2024-07-14 14:32:45 +0000
committerjsing <>2024-07-14 14:32:45 +0000
commit1ae23ffb91ba41cf24c39b874e0d6f164063cfe3 (patch)
treebe3db2d41eeefc4911bb452b4bdad674ec31828b /src/lib/libcrypto/objects/obj_dat.c
parent73603f81b8f31e21cfa961d3e7492cd914fb634c (diff)
downloadopenbsd-1ae23ffb91ba41cf24c39b874e0d6f164063cfe3.tar.gz
openbsd-1ae23ffb91ba41cf24c39b874e0d6f164063cfe3.tar.bz2
openbsd-1ae23ffb91ba41cf24c39b874e0d6f164063cfe3.zip
Remove lhash_local.h.
lhash_local.h was previously needed since conf/conf_api.c and objects/obj_dat.c were fiddling with lhash internals when deleting via a callback. Since we no longer need to do that, inline the structs in lhash.c and remove the header. ok tb@
Diffstat (limited to 'src/lib/libcrypto/objects/obj_dat.c')
-rw-r--r--src/lib/libcrypto/objects/obj_dat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/objects/obj_dat.c b/src/lib/libcrypto/objects/obj_dat.c
index 1ac854449c..53ae83784f 100644
--- a/src/lib/libcrypto/objects/obj_dat.c
+++ b/src/lib/libcrypto/objects/obj_dat.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: obj_dat.c,v 1.90 2024/05/08 16:35:05 tb Exp $ */ 1/* $OpenBSD: obj_dat.c,v 1.91 2024/07/14 14:32:45 jsing 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 *
@@ -71,7 +71,6 @@
71#include <openssl/objects.h> 71#include <openssl/objects.h>
72 72
73#include "asn1_local.h" 73#include "asn1_local.h"
74#include "lhash_local.h"
75 74
76/* obj_dat.h is generated from objects.h by obj_dat.pl */ 75/* obj_dat.h is generated from objects.h by obj_dat.pl */
77#include "obj_dat.h" 76#include "obj_dat.h"