pkgs: Update packages to the latest linuxkit/alpine

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2021-04-21 08:18:39 +03:00
parent 07ca23f8fe
commit ef3e45ac02
43 changed files with 90 additions and 74 deletions

View File

@@ -2,7 +2,7 @@
package main
// int rndaddentropy;
// extern int rndaddentropy;
import "C"
import (

View File

@@ -2,6 +2,9 @@
package main
// int rndaddentropy;
import "C"
import "errors"
func initRand() bool {