[Git][NTPsec/ntpsec][master] No need to check for crypto functions/headers in the optional section

Matt Selsky gitlab at mg.gitlab.com
Sat Jan 28 18:02:35 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
0545146c by Matt Selsky at 2017-01-28T12:57:05-05:00
No need to check for crypto functions/headers in the optional section

We already check for OpenSSL functions/headers in the mandatory section

- - - - -


1 changed file:

- wafhelpers/configure.py


Changes:

=====================================
wafhelpers/configure.py
=====================================
--- a/wafhelpers/configure.py
+++ b/wafhelpers/configure.py
@@ -341,10 +341,8 @@ def cmd_configure(ctx, config):
         ('closefrom', ["stdlib.h"]),
         ('clock_gettime', ["time.h"], "RT"),
         ('clock_settime', ["time.h"], "RT"),
-        ('EVP_MD_do_all_sorted', ["openssl/evp.h"], "CRYPTO"),
         ('getdtablesize', ["unistd.h"]),
         ('getrusage', ["sys/time.h", "sys/resource.h"]),
-        ('MD5Init', ["md5.h"], "CRYPTO"),
         ('ntp_adjtime', ["sys/time.h", "sys/timex.h"]),     # BSD
         ('ntp_gettime', ["sys/time.h", "sys/timex.h"]),     # BSD
         ('res_init', ["resolv.h"]),
@@ -385,7 +383,6 @@ def cmd_configure(ctx, config):
         ("linux/if_addr.h", ["sys/socket.h"]),
         ("linux/rtnetlink.h", ["sys/socket.h"]),
         "linux/serial.h",
-        ("md5.h", ["sys/types.h"]),
         "net/if6.h",
         ("net/route.h", ["sys/types.h", "sys/socket.h", "net/if.h"]),
         "netinfo/ni.h",     # Apple



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/0545146c3a8df1dc50c5676e9b807ef27907b82a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170128/1ba51838/attachment.html>


More information about the vc mailing list