if (rsa != NULL) {
if (rsa_sign(path, rsa, &sigret, &siglen) != EPKG_OK) {
packing_finish(pack);
return (EPKG_FATAL);
}