Changeset 4465


Ignore:
Timestamp:
05/31/08 17:02:32 (5 years ago)
Author:
tick
Message:

opkg.c moving the sig_file_name into the section of HAVE_GPGME

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/opkg/libopkg/opkg.c

    r4460 r4465  
    751751  for (iter = opkg->conf->pkg_src_list.head; iter; iter = iter->next) 
    752752  { 
    753     char *url, *list_file_name = NULL, *sig_file_name = NULL; 
     753    char *url, *list_file_name = NULL; 
    754754 
    755755    src = iter->data; 
     
    809809 
    810810#ifdef HAVE_GPGME 
     811    char *sig_file_name; 
    811812    /* download detached signitures to verify the package lists */ 
    812813    /* get the url for the sig file */ 
Note: See TracChangeset for help on using the changeset viewer.