Commit Diff


commit - f45b7df8e983be3f6d63659a5dce4ac6a5fde7e8
commit + e80e87cf3b6deac00efefe34232226160ca3df30
blob - 853657757043f3f941a13e6f14ebd5391ec75b02
blob + 2f80e9551331b4902f528298a35addc6674f166c
--- gotwebd/config.c
+++ gotwebd/config.c
@@ -36,8 +36,6 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <imsg.h>
-#include <sha1.h>
-#include <sha2.h>
 
 #include "got_opentemp.h"
 #include "got_reference.h"
blob - bce946124246ed3e4d02dac9215688e76847db91
blob + 838b77b37d3c37c63a977c4250288f61f84b2f52
--- gotwebd/fcgi.c
+++ gotwebd/fcgi.c
@@ -29,8 +29,6 @@
 #include <errno.h>
 #include <event.h>
 #include <imsg.h>
-#include <sha1.h>
-#include <sha2.h>
 #include <signal.h>
 #include <stdarg.h>
 #include <stdlib.h>
blob - feceab55b830f2d705f0aeebbda878e4b13e6e1b
blob + c8fa80bf72f9f905fc302580ea8e764525581c66
--- gotwebd/gotwebd.c
+++ gotwebd/gotwebd.c
@@ -34,8 +34,6 @@
 #include <event.h>
 #include <fcntl.h>
 #include <pwd.h>
-#include <sha1.h>
-#include <sha2.h>
 #include <signal.h>
 #include <syslog.h>
 #include <unistd.h>
blob - 97ec22290beca05e6559e486e6497dcad058d4b2
blob + 20096e398aac9409b07a289b3dc70b6984f80ee9
--- gotwebd/parse.y
+++ gotwebd/parse.y
@@ -42,8 +42,6 @@
 #include <ifaddrs.h>
 #include <limits.h>
 #include <netdb.h>
-#include <sha1.h>
-#include <sha2.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
blob - 7b99b69ebdae6cb1005497ba83d8ee2558288da6
blob + a47fcd3629d50038739e129390b35faa63a95061
--- gotwebd/sockets.c
+++ gotwebd/sockets.c
@@ -43,8 +43,6 @@
 #include <netdb.h>
 #include <poll.h>
 #include <pwd.h>
-#include <sha1.h>
-#include <sha2.h>
 #include <siphash.h>
 #include <stddef.h>
 #include <stdio.h>