We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1aa7f0 commit 1886dedCopy full SHA for 1886ded
agent/uprobe/types.go
@@ -88,7 +88,7 @@ const (
88
SupportedOpenSSL32Version2 = 2 // openssl 3.2.0 ~ 3.2.2
89
MaxSupportedOpenSSL32Version = 3 // openssl 3.2.3 ~ newer
90
MaxSupportedOpenSSL33Version = 2
91
- SupportedOpenSSL34Version0 = 0 // openssl 3.4.0
+ SupportedOpenSSL34Version0 = 1 // openssl 3.4.0
92
)
93
const (
94
Linuxdefaulefilename102 = "linux_default_1_0_2"
0 commit comments