X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=photoid.c;h=dd28753e49f6dfd4ef6e82b7b395e87069d535e9;hb=3561aed8483fe3076c7689f93fbc94ca63de77b3;hp=2debf011bb3692db76ae2cfa877ea3efc71dba0e;hpb=394938c479925750ffe56c28d281945ba4003a14;p=onak.git diff --git a/photoid.c b/photoid.c index 2debf01..dd28753 100644 --- a/photoid.c +++ b/photoid.c @@ -6,7 +6,6 @@ * Copyright 2004 Project Purple */ -#include #include #include #include @@ -37,9 +36,9 @@ int getphoto(struct openpgp_publickey *key, int index, unsigned char **photo, int i = 0; int j = 0; - assert(key != NULL); - assert(photo != NULL); - assert(length != NULL); + log_assert(key != NULL); + log_assert(photo != NULL); + log_assert(length != NULL); *photo = NULL;