Commit 106fd77 1 parent e60bd54 commit 106fd77 Copy full SHA for 106fd77
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ parseSignedCertificationRequest (Start Sequence : xs) =
212
212
where
213
213
parseCertReqInfo xs' =
214
214
case fromASN1 xs' of
215
- Right (cri@ CertificationRequestInfo {}, rest) ->
215
+ Right (cri@ CertificationRequestInfo {}, rest) ->
216
216
runParseASN1State (p cri raw) rest
217
217
where
218
218
raw = encodeASN1' DER $ take (length xs' - length rest) xs'
@@ -358,7 +358,7 @@ instance ASN1Object PKCS9Attributes where
358
358
End (Container Context 0 ) :
359
359
rest') =
360
360
Right (PKCS9Attributes $ reverse exts, rest')
361
- g exts (rest'@ (Start Sequence : _)) =
361
+ g exts (rest'@ (Start Sequence : _)) =
362
362
case fromASN1 rest' of
363
363
Right (attr, xss) -> g (attr : exts) xss
364
364
Left e -> Left e
You can’t perform that action at this time.
0 commit comments