From 18fab04815b2de64ccbbf1e741e422dac406d600 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 11 Feb 2012 19:07:02 +0100 Subject: [PATCH] Sighandler removed from public API It is still used internally by lizard-safe, so I am not removing it yet. --- ucw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/Makefile b/ucw/Makefile index 145792aa..54fce8d1 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -52,7 +52,7 @@ LIBUCW_MAIN_INCLUDES= \ url.h \ mainloop.h \ process.h \ - lizard.h sighandler.h \ + lizard.h \ md5.h sha1.h \ base64.h base224.h \ kmp.h kmp-search.h binsearch.h \ -- 2.39.2