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