diff options
author | jsing <> | 2024-11-12 13:52:31 +0000 |
---|---|---|
committer | jsing <> | 2024-11-12 13:52:31 +0000 |
commit | 92dc004b47ad87f58f4d4aa87674165e1e53cc9a (patch) | |
tree | 037cb91d8f7ea07a8965b1e9006cf46e227f578f /src/lib | |
parent | f990073d2baa86725977a5dd82e4447e689ed5d2 (diff) | |
download | openbsd-92dc004b47ad87f58f4d4aa87674165e1e53cc9a.tar.gz openbsd-92dc004b47ad87f58f4d4aa87674165e1e53cc9a.tar.bz2 openbsd-92dc004b47ad87f58f4d4aa87674165e1e53cc9a.zip |
Add comment for crypto_cpu_caps_aarch64.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/arch/aarch64/crypto_cpu_caps.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/aarch64/crypto_cpu_caps.c b/src/lib/libcrypto/arch/aarch64/crypto_cpu_caps.c index 24ebfbdf2b..b31a50ef75 100644 --- a/src/lib/libcrypto/arch/aarch64/crypto_cpu_caps.c +++ b/src/lib/libcrypto/arch/aarch64/crypto_cpu_caps.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypto_cpu_caps.c,v 1.1 2024/11/08 13:34:24 jsing Exp $ */ | 1 | /* $OpenBSD: crypto_cpu_caps.c,v 1.2 2024/11/12 13:52:31 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2023 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -25,6 +25,7 @@ | |||
25 | 25 | ||
26 | #include "crypto_arch.h" | 26 | #include "crypto_arch.h" |
27 | 27 | ||
28 | /* Machine dependent CPU capabilities. */ | ||
28 | uint64_t crypto_cpu_caps_aarch64; | 29 | uint64_t crypto_cpu_caps_aarch64; |
29 | 30 | ||
30 | static inline uint64_t | 31 | static inline uint64_t |