mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
added sodium_init()
This commit is contained in:
@@ -24,6 +24,8 @@ int main() {
|
||||
pw *list = NULL;
|
||||
pw *have = NULL;
|
||||
|
||||
sodium_init();
|
||||
|
||||
for(i=97; i<126; ++i) {
|
||||
pass[0] = i;
|
||||
pass[1] = 0;
|
||||
|
||||
Reference in New Issue
Block a user