Skip to content

Commit 7a7f05b

Browse files
committed
SElementCertificate: set newPrivatekey flag default to true
1 parent bd72a11 commit 7a7f05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/SElementCertificate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class SElementCertificate
2525
{
2626
public:
2727

28-
static int build(SecureElement & se, ECP256Certificate & cert, const int keySlot, bool newPrivateKey = true, bool selfSign = false);
28+
static int build(SecureElement & se, ECP256Certificate & cert, const int keySlot, bool newPrivateKey = false, bool selfSign = false);
2929

3030
};
3131

0 commit comments

Comments
 (0)