Skip to content

Commit afe0093

Browse files
jkotasbartonjsvcsjones
authored
Fix build break on linux-armel (#115767)
* Fix build break on linux-armel Co-authored-by: Jeremy Barton <[email protected]> Co-authored-by: Kevin Jones <[email protected]>
1 parent 6f75b3b commit afe0093

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/native/libs/System.Security.Cryptography.Native/pal_evp_pkey_ml_dsa.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ int32_t CryptoNative_MLDsaGetPalId(const EVP_PKEY* pKey, int32_t* mldsaId, int32
4343
#endif
4444

4545
(void)pKey;
46+
*hasSeed = 0;
47+
*hasSecretKey = 0;
4648
*mldsaId = PalMLDsaId_Unknown;
4749
return 0;
4850
}

0 commit comments

Comments
 (0)