File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ impl<'a> RsaOaepParams<'a> {
288
288
parameters : Some ( AnyRef :: NULL ) ,
289
289
} ) ,
290
290
} ,
291
- p_source : pspecicied_algorithm_identifier ( label) ,
291
+ p_source : pspecified_algorithm_identifier ( label) ,
292
292
}
293
293
}
294
294
@@ -386,7 +386,7 @@ impl<'a> TryFrom<&'a [u8]> for RsaOaepParams<'a> {
386
386
}
387
387
}
388
388
389
- fn pspecicied_algorithm_identifier ( label : & impl AsRef < [ u8 ] > ) -> AlgorithmIdentifierRef < ' _ > {
389
+ fn pspecified_algorithm_identifier ( label : & impl AsRef < [ u8 ] > ) -> AlgorithmIdentifierRef < ' _ > {
390
390
AlgorithmIdentifierRef {
391
391
oid : OID_PSPECIFIED ,
392
392
parameters : Some (
@@ -397,5 +397,5 @@ fn pspecicied_algorithm_identifier(label: &impl AsRef<[u8]>) -> AlgorithmIdentif
397
397
398
398
/// Default Source Algorithm, empty string
399
399
fn default_pempty_string < ' a > ( ) -> AlgorithmIdentifierRef < ' a > {
400
- pspecicied_algorithm_identifier ( & [ ] )
400
+ pspecified_algorithm_identifier ( & [ ] )
401
401
}
You can’t perform that action at this time.
0 commit comments