Skip to content

Commit 3c6a964

Browse files
authored
2.5 exec go fix (#5366)
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent 7a5f316 commit 3c6a964

File tree

18 files changed

+0
-18
lines changed

18 files changed

+0
-18
lines changed

bccsp/factory/nopkcs11.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !pkcs11
2-
// +build !pkcs11
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

bccsp/factory/nopkcs11_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !pkcs11
2-
// +build !pkcs11
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

bccsp/factory/pkcs11.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build pkcs11
2-
// +build pkcs11
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

bccsp/factory/pkcs11_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build pkcs11
2-
// +build pkcs11
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

bccsp/factory/pkcs11factory.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build pkcs11
2-
// +build pkcs11
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

bccsp/factory/pkcs11factory_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build pkcs11
2-
// +build pkcs11
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

bccsp/pkcs11/pkcs11_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build pkcs11
2-
// +build pkcs11
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

core/handlers/library/noplugin_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build noplugin
2-
// +build noplugin
32

43
/*
54
Copyright IBM Corp. All Rights Reserved.

core/handlers/library/plugin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !noplugin && cgo
2-
// +build !noplugin,cgo
32

43
/*
54
Copyright IBM Corp, SecureKey Technologies Inc. All Rights Reserved.

core/handlers/library/plugin_stub.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build noplugin || !cgo
2-
// +build noplugin !cgo
32

43
/*
54
Copyright IBM Corp All Rights Reserved.

0 commit comments

Comments
 (0)