823a824 > gchar *hexfpr; 857a859,864 > > > /* prepend the hex prefix (0x) to make keyservers happy */ > hexfpr = (char*) malloc(sizeof(char) * 11); > strcpy(hexfpr, "0x\0"); > strcat(hexfpr, fpr); 861c868 < g_hash_table_insert (form, "search", (char *)fpr); --- > g_hash_table_insert (form, "search", (char *)hexfpr); 876a884 > g_free (hexfpr);