Skip to content
  • Dan McGee's avatar
    Initialize cURL library on first use · 9a58d5c6
    Dan McGee authored
    
    
    Rather than always initializing it on any handle creation. There are
    several frontend operations (search, info, etc.) that never need the
    download code, so spending time initializing this every single time is a
    bit silly. This makes it a bit more like the GPGME code init path.
    
    Signed-off-by: default avatarDan McGee <dan@archlinux.org>
    9a58d5c6