hashing can only be done by int not by uint8_t while here pass the right hash to the conf parsing function
modified libpkg/pkg_config.c
@@ -602,7 +602,7 @@ pkg_init(const char *path)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -195,7 +195,7 @@ struct pkg_shlib {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|