Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation for 32bit #388

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Fix compilation for 32bit #388

merged 1 commit into from
Jun 27, 2022

Conversation

a16bitsysop
Copy link
Contributor

Buiding 2.4.0 on alpine linux 32bit platforms gives the error:
../../ca/ca.go:374:67: 9223372038 (untyped int constant) overflows uint

So change relevant variables to uint64

Buiding 2.4.0 on alpine linux 32bit platforms gives the error:
`../../ca/ca.go:374:67: 9223372038 (untyped int constant) overflows uint`

So change relevant variables to uint64
@jsha jsha merged commit fe41576 into letsencrypt:main Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants