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