diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-05 10:11:59 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-05 10:11:59 +0000 |
commit | 8341d924bc979781d662db3a73f06779aeb150ea (patch) | |
tree | ad8e4986316913073075b6bbbb7d2b522fe5efa4 /lib/libcrypto | |
parent | c11b73b1ed888eae3d562f99aa91b92c21af720f (diff) |
crypto_local.h: add comment to #endif
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/crypto_local.h | 4 |
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 */ |