Closed
Bug 1639302
Opened 5 years ago
Closed 5 years ago
manually declare NCryptSignHash in osclientcerts
Categories
(Core :: Security: PSM, defect)
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
No description provided.
![]() |
Assignee | |
Comment 1•5 years ago
|
||
This function ought to be declared by winapi
, but is not, for whatever
reason. However, its definition is stable enough that we can just
declare it inline rather than invoking bindgen every single build (and
unnecessarily compiling a build script on non-windows platforms) to
discover its definition for us.
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a1c6dd8c02e1
manually declare NCryptSignHash in osclientcerts; r=keeler
Comment 3•5 years ago
|
||
Type: enhancement → defect
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•