Skip to content

Commit

Permalink
fix build constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Aug 25, 2023
1 parent 05c4c96 commit 3fefef4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aes_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openssl
package openssl_test

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion cipher.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build linux && !cmd_go_bootstrap
//go:build !cmd_go_bootstrap

package openssl

Expand Down
2 changes: 1 addition & 1 deletion des.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build linux && !cmd_go_bootstrap
//go:build !cmd_go_bootstrap

package openssl

Expand Down
2 changes: 0 additions & 2 deletions des_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build linux

package openssl_test

import (
Expand Down
2 changes: 0 additions & 2 deletions export_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build linux

package openssl

var (
Expand Down

0 comments on commit 3fefef4

Please sign in to comment.