]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix cpp comment in windows build
authorslontis <shane.lontis@oracle.com>
Fri, 28 Mar 2025 08:35:42 +0000 (19:35 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 1 Apr 2025 09:52:30 +0000 (11:52 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27188)

crypto/armcap.c

index d42305b3d5e98c4ecc0e65df836e931311510c79..c64a3ca0fe55c1cc19d0914cd91c0bc0c6a494da 100644 (file)
@@ -35,7 +35,7 @@ void OPENSSL_cpuid_setup(void)
     OPENSSL_armcap_P |= ARMV7_NEON;
     OPENSSL_armv8_rsa_neonized = 1;
     if (IsProcessorFeaturePresent(PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE)) {
-        // These are all covered by one call in Windows
+        /* These are all covered by one call in Windows */
         OPENSSL_armcap_P |= ARMV8_AES;
         OPENSSL_armcap_P |= ARMV8_PMULL;
         OPENSSL_armcap_P |= ARMV8_SHA1;