Skip to content

Commit 56268a6

Browse files
koshatulkisom
authored andcommitted
Moved crypto/tls into cfss repository
1 parent 7478155 commit 56268a6

File tree

122 files changed

+6
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+6
-5
lines changed

scan/connectivity.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ package scan
22

33
import (
44
"bufio"
5-
"crypto/tls"
65
"errors"
76
"fmt"
87
"io"
98
"net"
9+
10+
"github.com/cloudflare/cfssl/scan/crypto/tls"
1011
)
1112

1213
// Connectivity contains scanners testing basic connectivity to the host
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)