Skip to content

Use of undeclared identifier 'uint' in scalar_4x64_implΒ #869

@aernouddekker

Description

@aernouddekker

What happened?

After update to XCODE 16 / SEQUOIA the compiler ran into an error in scalar_4x64_impl.h. I had to change (uint) to (unsigned int) here.

What are the steps to reproduce?

Compile existing code

What is the expected behavior?

Compiling without errors

What is the error thrown?

Compiler error: Use of undeclared identifier 'uint'

What's the stack trace said?

Sources/secp256k1/scalar_4x64_impl

OS version

macOS 15.0 / xcode 16

Library version

Latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions