From b64d3d58e78c55ac109b5bb385551d7ec6258fbd Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 Nov 2024 10:11:58 +0000 Subject: crypto_local.h: add comment to #endif --- src/lib/libcrypto/crypto_local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/crypto_local.h b/src/lib/libcrypto/crypto_local.h index d2fd9b0748..2b4c74552f 100644 --- a/src/lib/libcrypto/crypto_local.h +++ b/src/lib/libcrypto/crypto_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto_local.h,v 1.3 2024/11/05 09:35:40 tb Exp $ */ +/* $OpenBSD: crypto_local.h,v 1.4 2024/11/05 10:11:58 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -81,4 +81,4 @@ void OPENSSL_cpuid_setup(void); } #endif -#endif +#endif /* HEADER_CRYPTO_LOCAL_H */ -- cgit v1.2.3-55-g6feb