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:
unclejack
2014-05-05 20:29:20 +03:00
parent 60d8f8a368
commit ca6804672b

View File

@ -3,6 +3,7 @@ package registry
import (
"bytes"
"crypto/sha256"
_ "crypto/sha512"
"encoding/json"
"errors"
"fmt"