Browse Source

import sha512 to make sha512 ssl certs work

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
unclejack 11 years ago
parent
commit
7da186c3e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      registry/registry.go

+ 1 - 0
registry/registry.go

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