aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/openssl/big_integer/ya.make
blob: 5c82a63c6a8c3e55e2733bf6c4e07be5aa3c99ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

PEERDIR(
    contrib/libs/openssl
)

SRCS(
    big_integer.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)