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