artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e9070
)
Remove unused typedef for ERR_FNS.
author
jsing
<jsing@openbsd.org>
Fri, 11 Oct 2024 12:20:06 +0000
(12:20 +0000)
committer
jsing
<jsing@openbsd.org>
Fri, 11 Oct 2024 12:20:06 +0000
(12:20 +0000)
lib/libcrypto/err/err.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/err/err.c
b/lib/libcrypto/err/err.c
index
cbc0048
..
f5128e1
100644
(file)
--- a/
lib/libcrypto/err/err.c
+++ b/
lib/libcrypto/err/err.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: err.c,v 1.6
8 2024/10/11 12:19:35
jsing Exp $ */
+/* $OpenBSD: err.c,v 1.6
9 2024/10/11 12:20:06
jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-127,8
+127,6
@@
DECLARE_LHASH_OF(ERR_STRING_DATA);
DECLARE_LHASH_OF(ERR_STATE);
-typedef struct st_ERR_FNS ERR_FNS;
-
typedef struct err_state_st {
CRYPTO_THREADID tid;
int err_flags[ERR_NUM_ERRORS];