Properly build shared/static libxbps and utils.
xbps-fetch: added -v flag to see verbose messages in libfetch. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091030111726-axf9paz2k01ntqzz
This commit is contained in:
@@ -44,8 +44,8 @@ typedef struct _SHA256_CTX {
|
||||
uint8_t buffer[SHA256_BLOCK_LENGTH];
|
||||
} SHA256_CTX;
|
||||
|
||||
int SHA256_Init(SHA256_CTX *);
|
||||
int SHA256_Update(SHA256_CTX *, const uint8_t *, size_t);
|
||||
char *SHA256_End(SHA256_CTX *, uint8_t *);
|
||||
int XBPS_SHA256_Init(SHA256_CTX *);
|
||||
int XBPS_SHA256_Update(SHA256_CTX *, const uint8_t *, size_t);
|
||||
char *XBPS_SHA256_End(SHA256_CTX *, uint8_t *);
|
||||
|
||||
#endif /* !_SHA2_DIGEST_H_ */
|
||||
|
||||
@@ -82,7 +82,7 @@ int SYMEXPORT xbps_configure_all_pkgs(void);
|
||||
int SYMEXPORT xbps_cmpver(const char *, const char *);
|
||||
|
||||
/* From lib/download.c */
|
||||
int SYMEXPORT xbps_fetch_file(const char *, const char *);
|
||||
int SYMEXPORT xbps_fetch_file(const char *, const char *, const char *);
|
||||
void SYMEXPORT (*xbps_fetch_start_cb)(const char *, off_t *, off_t *);
|
||||
void SYMEXPORT (*xbps_fetch_update_cb)(off_t *);
|
||||
void SYMEXPORT (*xbps_fetch_end_cb)(void);
|
||||
|
||||
Reference in New Issue
Block a user