Hi, A file in openvas-server (otp_1_0.c) references gpgme.h, but it's never used. Also there's no other reference in the whole source to gpgme.
I noticed a compilation failure because it didn't find gpgme.h (it was in the subdir /usr/include/gpgme/), but the "fix" seems to just remove it, as it isn't used anyway. Attached patch does that, please apply. cu, -- Hanno Böck Blog: http://www.hboeck.de/ GPG: 3DBD3B20 Jabber/Mail: ha...@hboeck.de http://www.jukss.de/ Jugemdumweltkongress, 27.12.-4.1.
--- openvas-server-2.0.0/openvasd/otp_1_0.c.1 2008-12-20 23:26:48.000000000 +0100 +++ openvas-server-2.0.0/openvasd/otp_1_0.c 2008-12-20 23:26:53.000000000 +0100 @@ -34,7 +34,6 @@ #include "otp_1_0.h" -#include <gpgme.h> #include <glib.h> /* Find the enum identifier for the client request which is given
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Openvas-devel mailing list Openvas-devel@wald.intevation.org http://lists.wald.intevation.org/mailman/listinfo/openvas-devel