Remove unused typedef for ERR_FNS.
authorjsing <jsing@openbsd.org>
Fri, 11 Oct 2024 12:20:06 +0000 (12:20 +0000)
committerjsing <jsing@openbsd.org>
Fri, 11 Oct 2024 12:20:06 +0000 (12:20 +0000)
lib/libcrypto/err/err.c

index cbc0048..f5128e1 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: err.c,v 1.68 2024/10/11 12:19:35 jsing Exp $ */
+/* $OpenBSD: err.c,v 1.69 2024/10/11 12:20:06 jsing Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 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];