X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keyid.c;h=9ac97b15e1f75c0ba8886e18035afc2c1b79e08d;hb=a799cc2909f47d918d1ec7171a9edba28a9f5136;hp=5db10f6d9c03b1aa10dc652e63cc2d1ef5cc8c70;hpb=d76beb26081e5363c6263b6561a9e54ffb50d216;p=onak.git diff --git a/keyid.c b/keyid.c index 5db10f6..9ac97b1 100644 --- a/keyid.c +++ b/keyid.c @@ -13,15 +13,14 @@ * 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 . */ #include #include #include -#include "config.h" +#include "build-config.h" #include "keyid.h" #include "keystructs.h" #include "onak.h" @@ -145,7 +144,7 @@ onak_status_t get_packetid(struct openpgp_packet *packet, uint64_t *keyid) uint8_t data; #endif - if (packet == NULL) + if (packet == NULL || packet->data == NULL) return ONAK_E_INVALID_PARAM; switch (packet->data[0]) {