gecko-dev/security/pkix/test/lib
Daniel Holbert f2024755c3 Bug 1369871: Add "const" keyword to a long* param in a pkix test function. r=keeler
The only reason this param is a pointer is so that it can be optional. It's not
an outparam -- the function does not (and does not intend to) modify it -- so
it should be declared as 'const' to make that clearer & to allow clients to
pass in pointers to const values.

MozReview-Commit-ID: HbF96YNfnSt

--HG--
extra : rebase_source : 674abeb4c68f6c3fcdbc38edaf19e739ef09a3f6
2017-06-02 13:45:41 -07:00
..
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
pkixtestalg.cpp Bug 1189020 - Replace |// unnamed namespace| with |// namespace| in mozilla::pkix. r=Cykesiopka 2016-03-16 07:10:00 +01:00
pkixtestnss.cpp Bug 1189020 - Replace |// unnamed namespace| with |// namespace| in mozilla::pkix. r=Cykesiopka 2016-03-16 07:10:00 +01:00
pkixtestutil.cpp Bug 1369871: Add "const" keyword to a long* param in a pkix test function. r=keeler 2017-06-02 13:45:41 -07:00
pkixtestutil.h Bug 1369871: Add "const" keyword to a long* param in a pkix test function. r=keeler 2017-06-02 13:45:41 -07:00