Skip to content

Commit 1886ded

Browse files
authored
feat(openssl): support openssl 3.4.1 (#292)
1 parent e1aa7f0 commit 1886ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/uprobe/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const (
8888
SupportedOpenSSL32Version2 = 2 // openssl 3.2.0 ~ 3.2.2
8989
MaxSupportedOpenSSL32Version = 3 // openssl 3.2.3 ~ newer
9090
MaxSupportedOpenSSL33Version = 2
91-
SupportedOpenSSL34Version0 = 0 // openssl 3.4.0
91+
SupportedOpenSSL34Version0 = 1 // openssl 3.4.0
9292
)
9393
const (
9494
Linuxdefaulefilename102 = "linux_default_1_0_2"

0 commit comments

Comments
 (0)