diff --git a/src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptHash.cs b/src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptHash.cs index 9de166a66fb35..e018062b9c7d1 100644 --- a/src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptHash.cs +++ b/src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptHash.cs @@ -12,7 +12,7 @@ internal partial class BCrypt internal static unsafe extern NTSTATUS BCryptHash(nuint hAlgorithm, byte* pbSecret, int cbSecret, byte* pbInput, int cbInput, byte* pbOutput, int cbOutput); // Pseudo-handles, as defined in bcrypt.h - // TODO: This really should be backed by 'nuint' (see https://github.com/dotnet/roslyn/issues/44651) + // TODO: This really should be backed by 'nuint' (see https://github.com/dotnet/roslyn/issues/44110) public enum BCryptAlgPseudoHandle : uint { BCRYPT_MD5_ALG_HANDLE = 0x00000021,