diff options
author | jsing <> | 2024-07-14 14:32:45 +0000 |
---|---|---|
committer | jsing <> | 2024-07-14 14:32:45 +0000 |
commit | 3006ff83f98c4783ee71689e5e63047b95dc7bca (patch) | |
tree | be3db2d41eeefc4911bb452b4bdad674ec31828b /src/lib/libcrypto/objects/obj_dat.c | |
parent | 1321c907704edb09732b01534fbb20795096f774 (diff) | |
download | openbsd-3006ff83f98c4783ee71689e5e63047b95dc7bca.tar.gz openbsd-3006ff83f98c4783ee71689e5e63047b95dc7bca.tar.bz2 openbsd-3006ff83f98c4783ee71689e5e63047b95dc7bca.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.c | 3 |
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" |