aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/crypto/dsa/ya.make
blob: 0412fb0263acc9ba312af70ca372f5571970389e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    dsa.go
)

GO_TEST_SRCS(dsa_test.go)

END()

RECURSE(
)