Not all of them, only those that didn't leak into a public header...
Yes.
-/* $OpenBSD: aes_local.h,v 1.1 2022/11/26 16:08:50 tb Exp $ */
+/* $OpenBSD: aes_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
*
*
*/
-#ifndef HEADER_AES_LOCL_H
-#define HEADER_AES_LOCL_H
+#ifndef HEADER_AES_LOCAL_H
+#define HEADER_AES_LOCAL_H
#include <openssl/opensslconf.h>
__END_HIDDEN_DECLS
-#endif /* !HEADER_AES_LOCL_H */
+#endif /* !HEADER_AES_LOCAL_H */
-/* $OpenBSD: bn_local.h,v 1.1 2022/11/26 16:08:51 tb Exp $ */
+/* $OpenBSD: bn_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
*
*/
-#ifndef HEADER_BN_LCL_H
-#define HEADER_BN_LCL_H
+#ifndef HEADER_BN_LOCAL_H
+#define HEADER_BN_LOCAL_H
#include <openssl/opensslconf.h>
int bn_is_prime_bpsw(int *is_prime, const BIGNUM *n, BN_CTX *in_ctx);
__END_HIDDEN_DECLS
-#endif
+#endif /* !HEADER_BN_LOCAL_H */
-/* $OpenBSD: cmll_local.h,v 1.1 2022/11/26 16:08:51 tb Exp $ */
+/* $OpenBSD: cmll_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */
/* ====================================================================
* Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
* ALL RIGHTS RESERVED.
* ====================================================================
*/
-#ifndef HEADER_CAMELLIA_LOCL_H
-#define HEADER_CAMELLIA_LOCL_H
+#ifndef HEADER_CAMELLIA_LOCAL_H
+#define HEADER_CAMELLIA_LOCAL_H
__BEGIN_HIDDEN_DECLS
__END_HIDDEN_DECLS
-#endif /* #ifndef HEADER_CAMELLIA_LOCL_H */
+#endif /* !HEADER_CAMELLIA_LOCAL_H */
-/* $OpenBSD: cms_local.h,v 1.1 2022/11/26 16:08:51 tb Exp $ */
+/* $OpenBSD: cms_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
* ====================================================================
*/
-#ifndef HEADER_CMS_LCL_H
-#define HEADER_CMS_LCL_H
+#ifndef HEADER_CMS_LOCAL_H
+#define HEADER_CMS_LOCAL_H
#include <openssl/x509.h>
extern const ASN1_ITEM CMS_SignedData_it;
extern const ASN1_ITEM CMS_CompressedData_it;
-#endif
+#endif /* !HEADER_CMS_LOCAL_H */
* [including the GNU Public Licence.]
*/
-#ifndef HEADER_CONSTANT_TIME_LOCL_H
-# define HEADER_CONSTANT_TIME_LOCL_H
+#ifndef HEADER_CONSTANT_TIME_H
+#define HEADER_CONSTANT_TIME_H
__BEGIN_HIDDEN_DECLS
__END_HIDDEN_DECLS
-#endif /* HEADER_CONSTANT_TIME_LOCL_H */
+#endif /* !HEADER_CONSTANT_TIME_H */
-/* $OpenBSD: ech_local.h,v 1.1 2022/11/26 16:08:52 tb Exp $ */
+/* $OpenBSD: ech_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */
/* ====================================================================
* Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved.
*
*
*/
-#ifndef HEADER_ECH_LOCL_H
-#define HEADER_ECH_LOCL_H
+#ifndef HEADER_ECH_LOCAL_H
+#define HEADER_ECH_LOCAL_H
#include <openssl/ecdh.h>
__END_HIDDEN_DECLS
-#endif /* HEADER_ECH_LOCL_H */
+#endif /* !HEADER_ECH_LOCAL_H */
-/* $OpenBSD: ecs_local.h,v 1.1 2022/11/26 16:08:52 tb Exp $ */
+/* $OpenBSD: ecs_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */
/*
* Written by Nils Larsch for the OpenSSL project
*/
*
*/
-#ifndef HEADER_ECS_LOCL_H
-#define HEADER_ECS_LOCL_H
+#ifndef HEADER_ECS_LOCAL_H
+#define HEADER_ECS_LOCAL_H
#include <openssl/ecdsa.h>
__END_HIDDEN_DECLS
-#endif /* HEADER_ECS_LOCL_H */
+#endif /* !HEADER_ECS_LOCAL_H */
-/* $OpenBSD: evp_local.h,v 1.1 2022/11/26 16:08:52 tb Exp $ */
+/* $OpenBSD: evp_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2000.
*/
*
*/
-#ifndef HEADER_EVP_LOCL_H
-#define HEADER_EVP_LOCL_H
+#ifndef HEADER_EVP_LOCAL_H
+#define HEADER_EVP_LOCAL_H
__BEGIN_HIDDEN_DECLS
__END_HIDDEN_DECLS
-#endif /* !HEADER_EVP_LOCL_H */
+#endif /* !HEADER_EVP_LOCAL_H */
-/* $OpenBSD: gost_local.h,v 1.1 2022/11/26 16:08:53 tb Exp $ */
+/* $OpenBSD: gost_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */
/*
* Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Copyright (c) 2005-2006 Cryptocom LTD
* ====================================================================
*/
-#ifndef HEADER_GOST_LOCL_H
-#define HEADER_GOST_LOCL_H
+#ifndef HEADER_GOST_LOCAL_H
+#define HEADER_GOST_LOCAL_H
#include <openssl/ec.h>
#include <openssl/ecdsa.h>
__END_HIDDEN_DECLS
-#endif
+#endif /* !HEADER_GOST_LOCAL_H */
-/* $OpenBSD: pkcs12_local.h,v 1.2 2022/09/11 17:30:13 tb Exp $ */
+/* $OpenBSD: pkcs12_local.h,v 1.3 2022/11/26 17:23:18 tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
__END_HIDDEN_DECLS
-#endif /* HEADER_PKCS12_LOCAL_H */
+#endif /* !HEADER_PKCS12_LOCAL_H */
-/* $OpenBSD: sm2_local.h,v 1.1 2022/11/26 16:08:54 tb Exp $ */
+/* $OpenBSD: sm2_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */
/*
* Copyright (c) 2017, 2019 Ribose Inc
*
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef HEADER_SM2_LOCL_H
-#define HEADER_SM2_LOCL_H
+#ifndef HEADER_SM2_LOCAL_H
+#define HEADER_SM2_LOCAL_H
#include <openssl/ec.h>
#include <openssl/ecdsa.h>
__END_HIDDEN_DECLS
-#endif
-
+#endif /* !HEADER_SM2_LOCAL_H */
-/* $OpenBSD: ts_local.h,v 1.2 2022/09/11 17:31:19 tb Exp $ */
+/* $OpenBSD: ts_local.h,v 1.3 2022/11/26 17:23:18 tb Exp $ */
/* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL
* project 2002, 2003, 2004.
*/
__END_HIDDEN_DECLS
-#endif /* HEADER_TS_LOCAL_H */
+#endif /* !HEADER_TS_LOCAL_H */
-/* $OpenBSD: ui_local.h,v 1.1 2022/11/26 16:08:54 tb Exp $ */
+/* $OpenBSD: ui_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */
/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
* project 2001.
*
*/
-#ifndef HEADER_UI_LOCL_H
-#define HEADER_UI_LOCL_H
+#ifndef HEADER_UI_LOCAL_H
+#define HEADER_UI_LOCAL_H
#include <openssl/ui.h>
#include <openssl/crypto.h>
__END_HIDDEN_DECLS
-#endif
+#endif /* !HEADER_UI_LOCAL_H */
-/* $OpenBSD: x509_local.h,v 1.1 2022/11/26 16:08:54 tb Exp $ */
+/* $OpenBSD: x509_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2013.
*/
*
*/
-#ifndef HEADER_X509_LCL_H
-#define HEADER_X509_LCL_H
+#ifndef HEADER_X509_LOCAL_H
+#define HEADER_X509_LOCAL_H
__BEGIN_HIDDEN_DECLS
__END_HIDDEN_DECLS
-#endif /* !HEADER_X509_LCL_H */
+#endif /* !HEADER_X509_LOCAL_H */
-/* $OpenBSD: dtls_local.h,v 1.1 2022/11/26 16:08:55 tb Exp $ */
+/* $OpenBSD: dtls_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
__END_HIDDEN_DECLS
-#endif
+#endif /* !HEADER_DTLS_LOCL_H */
-/* $OpenBSD: ssl_local.h,v 1.1 2022/11/26 16:08:55 tb Exp $ */
+/* $OpenBSD: ssl_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
__END_HIDDEN_DECLS
-#endif
+#endif /* !HEADER_SSL_LOCL_H */