]> the.earth.li Git - onak.git/blobdiff - cleanup.c
Fix compilation with later versions of Nettle
[onak.git] / cleanup.c
index 97d02c548bec9b27fbae1449bb59579930dc0bee..3fe219fb4c02127a928335a969b1e33745ebe956 100644 (file)
--- a/cleanup.c
+++ b/cleanup.c
  * more details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 51
- * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include <signal.h>
 #include <stdbool.h>
-#include <stdlib.h>
-#include <string.h>
 
 #include "cleanup.h"
-#include "keydb.h"
 #include "log.h"
 
 static bool should_cleanup = false;