[Git][NTPsec/ntpsec][master] Add config check for libaes_siv.

Eric S. Raymond gitlab at mg.gitlab.com
Thu Feb 14 21:49:30 UTC 2019


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
7b62c4bd by Eric S. Raymond at 2019-02-14T17:42:26Z
Add config check for libaes_siv.

- - - - -


1 changed file:

- wscript


Changes:

=====================================
wscript
=====================================
@@ -613,6 +613,9 @@ int main(int argc, char **argv) {
     ):
         ctx.check_cc(msg="Checking for OpenSSL's crypto library",
                      lib="crypto", mandatory=True)
+    # Someday this will likely become part of OpenSSL.
+    ctx.check_cc(msg="Checking for libaes_siv",
+                 lib="aes_siv", mandatory=True)
 
     # Optional functions.  Do all function checks here, otherwise
     # we're likely to duplicate them.



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7b62c4bd8d47a14ed279f1e4183a3452b3c0dd6b

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7b62c4bd8d47a14ed279f1e4183a3452b3c0dd6b
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190214/bbe9216d/attachment.html>


More information about the vc mailing list