#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "decodekey.h"
#include "keydb.h"
if (cur->next == NULL) {
*list_end = prev;
}
- // TODO: Free the removed signed packet...
+ /*
+ * TODO: Free the removed signed packet...
+ */
}
prev = cur;
}