Skip to content

Commit 11c4aef

Browse files
author
Megan Woods
committed
Updated EJBCA Example
1 parent b7d7b6c commit 11c4aef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crypto/test/src/ejbca/test/EnrollmentExampleTest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ public void TestEnrollmentRAWithSharedSecret()
6767
PkiBody pkibody = new PkiBody(PkiBody.TYPE_INIT_REQ, msgs);
6868
pbuilder.SetBody(pkibody);
6969

70-
71-
70+
7271
AlgorithmIdentifier digAlg = new AlgorithmIdentifier("1.3.14.3.2.26"); // SHA1
7372
AlgorithmIdentifier macAlg = new AlgorithmIdentifier("1.2.840.113549.2.7"); // HMAC/SHA1
7473

0 commit comments

Comments
 (0)