sync with OpenBSD -current

This commit is contained in:
purplerain 2024-05-09 03:27:46 +00:00
parent ff44de68c3
commit 01ab08895c
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
3 changed files with 119 additions and 49 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: obj_dat.c,v 1.89 2024/03/02 11:11:11 tb Exp $ */
/* $OpenBSD: obj_dat.c,v 1.90 2024/05/08 16:35:05 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@ -167,7 +167,8 @@ cleanup1_doall(ADDED_OBJ *a)
ASN1_OBJECT_FLAG_DYNAMIC_DATA;
}
static void cleanup2_doall(ADDED_OBJ *a)
static void
cleanup2_doall(ADDED_OBJ *a)
{
a->obj->nid++;
}