diff options
Diffstat (limited to 'openssl_benchmark')
| -rw-r--r-- | openssl_benchmark/openssl_test.go | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl_benchmark/openssl_test.go b/openssl_benchmark/openssl_test.go index a1e3d17..76c68a8 100644 --- a/openssl_benchmark/openssl_test.go +++ b/openssl_benchmark/openssl_test.go @@ -6,14 +6,14 @@ package benchmark  // go test -bench=.  import ( -	"fmt" -	"os"  	"bytes"  	"crypto/aes"  	"crypto/cipher" +	"fmt" +	"github.com/rfjakob/gocryptfs/cryptfs"  	"github.com/spacemonkeygo/openssl" +	"os"  	"testing" -	"github.com/rfjakob/gocryptfs/cryptfs"  )  func TestMain(m *testing.M) {  | 
