Skip to content

Commit 324b74b

Browse files
committed
use openssl
1 parent d933089 commit 324b74b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tlz/fips.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build fips
1+
//go:build goexperiment.opensslcrypto
22

33
package tlz
44

tlz/nofips.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !fips
1+
//go:build !goexperiment.opensslcrypto
22

33
package tlz
44

0 commit comments

Comments
 (0)