aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/crypto/rc4/ya.make
blob: 172ecc53e0f2c2f5380264ffb3420ec01f601413 (plain) (blame)
1
2
3
4
5
6
7
GO_LIBRARY()
IF (TRUE)
    SRCS(
		rc4.go
    )
ENDIF()
END()