base64: use more precise and compact type for mode

pull/13361/head
Philippe Antoine 1 year ago committed by Victor Julien
parent 8b0d256e6b
commit 55a5a278f8

@ -31,7 +31,7 @@ pub enum SCBase64ReturnCode {
SC_BASE64_OVERFLOW,
}
#[repr(C)]
#[repr(u8)]
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
pub enum SCBase64Mode {
/* If the following strings were to be passed to the decoder with RFC2045 mode,

Loading…
Cancel
Save