import sha512 to make sha512 ssl certs work
Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack) Upstream-commit: 7da186c3e58c83605f0389d1214909b1cbbead39 Component: engine
This commit is contained in:
@ -3,6 +3,7 @@ package registry
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/sha256"
|
||||
_ "crypto/sha512"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
Reference in New Issue
Block a user