Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
35a2f4972223ed6ec630f82bbaf4ef35a21a3eb4
/
.
/
src
/
hmac
/
meson.build
blob: 7a7293aa3d4dc1cca47a84a72d6a51b770246f23 [
file
] [
log
] [
blame
]
sources
+=
files
(
'hmac_sha1.c'
)
# TODO: What about apple/hmac.c?
if
openssl_dep
.
found
()
sources
+=
files
(
'openssl/hmac.c'
)
else
sources
+=
files
(
'hmac.c'
)
endif