aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/server_test.go b/server_test.go
index 991d927..56aeff6 100644
--- a/server_test.go
+++ b/server_test.go
@@ -2,6 +2,7 @@ package ldapserver
import (
"bytes"
+ "crypto/rand"
"crypto/rsa"
"crypto/tls"
"crypto/x509"
@@ -17,8 +18,6 @@ import (
"strings"
"testing"
"time"
-
- "github.com/golang/go/src/crypto/rand"
)
var timeout = 400 * time.Millisecond