We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd72a11 commit 7a7f05bCopy full SHA for 7a7f05b
src/utility/SElementCertificate.h
@@ -25,7 +25,7 @@ class SElementCertificate
25
{
26
public:
27
28
- static int build(SecureElement & se, ECP256Certificate & cert, const int keySlot, bool newPrivateKey = true, bool selfSign = false);
+ static int build(SecureElement & se, ECP256Certificate & cert, const int keySlot, bool newPrivateKey = false, bool selfSign = false);
29
30
};
31
0 commit comments