Skip to content
  • Dan Winship's avatar
    libnm-core: call crypto_init() on the fly · bddc0de5
    Dan Winship authored
    Rather than requiring crypto_init() to have been called beforehand,
    just have every method that depends on it call it itself.
    
    This required adding a GError argument to crypto_is_pkcs12_data(),
    which in turn required a few other changes elsewhere.
    bddc0de5