RRYWR3TUFOPZOXMAXA7V6OM6GQH4N4ATAIUUT62IFTCDV55PQXHQC
IKKKVXOKA6MDXPPGVSDPFRY4TI6Y4SSKWO7FKDF4SRJU3WUTZ3MQC
7FRJYUI62VW257VVFQXND6OKSAILVTHGEJCXFE6CG6FIOIUTDVYAC
} // FIXME: This is currently a workaround to make the compiler not complain // about incorrect return type when openssl feature is not enabled #[cfg(not(feature = "openssl"))] { Err(Error::UnsupportedKeyType(key_type.to_vec()))
}
// FIXME: This is currently a workaround to make the compiler not complain
// about incorrect return type when openssl feature is not enabled
#[cfg(not(feature = "openssl"))]
{
Err(Error::UnsupportedKeyType(key_type.to_vec()))