aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/openssl/init/ya.make
blob: 2d49965ca88ec7fd6726b6139529da5172521034 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY()

PEERDIR(
    contrib/libs/openssl
)

SRCS(
    GLOBAL init.cpp
)

END()