Skip to content

Commit 344578c

Browse files
uenodbenoit17
authored andcommitted
Add missing "math/big" import
Spotted by Archana Ravindar. Signed-off-by: Daiki Ueno <[email protected]>
1 parent 60a484b commit 344578c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openssl/notboring.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
"crypto/cipher"
1313
"hash"
1414
"io"
15+
"math/big"
1516
)
1617

1718
var enabled = false

0 commit comments

Comments
 (0)