[Git][NTPsec/ntpsec][master] Remove unnecessary includes in libntp/ssl_init.c

Matt Selsky gitlab at mg.gitlab.com
Tue Mar 28 05:10:27 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
092a20e2 by Matt Selsky at 2017-03-28T01:08:53-04:00
Remove unnecessary includes in libntp/ssl_init.c

- - - - -


1 changed file:

- libntp/ssl_init.c


Changes:

=====================================
libntp/ssl_init.c
=====================================
--- a/libntp/ssl_init.c
+++ b/libntp/ssl_init.c
@@ -6,11 +6,9 @@
  */
 
 #include "config.h"
+#include "ntp_stdlib.h"
 
-#include <unistd.h>
-#include <ctype.h>
-#include "ntp.h"
-
+#include <stdbool.h>
 #include <openssl/evp.h>
 
 #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/092a20e264255b7db40175235055b18a04588ffd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170328/22fa7e6d/attachment.html>


More information about the vc mailing list