mirror of
https://github.com/caddyserver/caddy.git
synced 2026-07-10 10:54:28 +00:00
context: Use crypto/rand in case method used for crypto purposes
This commit is contained in:
parent
5a1243ff42
commit
7a7e3d160b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,9 +2,9 @@ package httpserver
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/rand"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"math/rand"
|
||||
"net"
|
||||
"net/http"
|
||||
"net/url"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue