summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-11-05 10:11:59 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-11-05 10:11:59 +0000
commit8341d924bc979781d662db3a73f06779aeb150ea (patch)
treead8e4986316913073075b6bbbb7d2b522fe5efa4 /lib/libcrypto
parentc11b73b1ed888eae3d562f99aa91b92c21af720f (diff)
crypto_local.h: add comment to #endif
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/crypto_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/crypto_local.h b/lib/libcrypto/crypto_local.h
index d2fd9b07489..2b4c74552f7 100644
--- a/lib/libcrypto/crypto_local.h
+++ b/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 */