We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca254db commit a2b921cCopy full SHA for a2b921c
init.go
@@ -11,7 +11,7 @@ import (
11
// osslHandle is the handle to the OpenSSL shared library loaded in the [Init] function.
12
var osslHandle unsafe.Pointer
13
14
-// opensslInit loads and initialize OpenSSL..
+// opensslInit loads and initializes OpenSSL.
15
//
16
// See [Init] for details about file.
17
func opensslInit(file string) error {
0 commit comments