Do not use private sha256.h header file in the public exported
API header file (xbps_api.h). --HG-- extra : convert_revision : xtraeme%40gmail.com-20091022124921-nvy2x07ibxjqtt50
This commit is contained in:
@ -48,7 +48,8 @@
|
||||
#include <inttypes.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include "xbps_api.h"
|
||||
#include <xbps_api.h>
|
||||
#include "sha256.h"
|
||||
|
||||
/*** SHA-256 Various Length Definitions ***********************/
|
||||
/* NOTE: Most of these are in sha2.h */
|
||||
|
Reference in New Issue
Block a user