diff options
| author | tb <> | 2024-11-05 10:11:58 +0000 |
|---|---|---|
| committer | tb <> | 2024-11-05 10:11:58 +0000 |
| commit | 24a2a12cdf86f562be09299a361e3c88073108f1 (patch) | |
| tree | f943e41cdf9cddf4f0b86f78b3f004bae45aaa9f /src | |
| parent | c2524247aca69c609c97775f05ea83457f5865f4 (diff) | |
| download | openbsd-24a2a12cdf86f562be09299a361e3c88073108f1.tar.gz openbsd-24a2a12cdf86f562be09299a361e3c88073108f1.tar.bz2 openbsd-24a2a12cdf86f562be09299a361e3c88073108f1.zip | |
crypto_local.h: add comment to #endif
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/crypto_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 1 | /* $OpenBSD: crypto_local.h,v 1.3 2024/11/05 09:35:40 tb Exp $ */ | 1 | /* $OpenBSD: crypto_local.h,v 1.4 2024/11/05 10:11:58 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -81,4 +81,4 @@ void OPENSSL_cpuid_setup(void); | |||
| 81 | } | 81 | } |
| 82 | #endif | 82 | #endif |
| 83 | 83 | ||
| 84 | #endif | 84 | #endif /* HEADER_CRYPTO_LOCAL_H */ |
