Skip to content

Commit

Permalink
Make error type public
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jan 18, 2024
1 parent 1cee89a commit 040fc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmls/src/ciphersuite/hpke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ use super::LABEL_PREFIX;

/// HPKE labeled encryption errors.
#[derive(Error, Debug, PartialEq, Clone)]
pub(crate) enum Error {
pub enum Error {
/// Error while serializing content. This should only happen if a bounds check was missing.
#[error(
"Error while serializing content. This should only happen if a bounds check was missing."
Expand Down

0 comments on commit 040fc35

Please sign in to comment.