]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/crypto/rsa/pss_test.go
[dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcrypto
[gostls13.git] / src / crypto / rsa / pss_test.go
index c3a6d468497cd44ef38023e3d97a4b2e6dbc38d1..51f97601878e2cf3986986e44f6098dca1ad46ae 100644 (file)
@@ -9,7 +9,6 @@ import (
        "bytes"
        "compress/bzip2"
        "crypto"
-       _ "crypto/md5"
        "crypto/rand"
        "crypto/sha1"
        "crypto/sha256"
@@ -211,7 +210,7 @@ func TestPSSSigning(t *testing.T) {
                {8, 8, true},
        }
 
-       hash := crypto.MD5
+       hash := crypto.SHA1
        h := hash.New()
        h.Write([]byte("testing"))
        hashed := h.Sum(nil)