whitespace correction

This commit is contained in:
Christian 2007-05-23 23:24:31 +02:00
parent 91e4e78cef
commit cab27442ce
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ QString getPrefix()
/* if we already once discovered the directory just return it */
return QString(inst_dir);
}
// fallback: directory of xca.exe
// fallback: directory of xca.exe
GetModuleFileName(0, inst_dir, dwLength - 1);
p = strrchr(inst_dir, '\\');
if (p) {

View File

@ -559,7 +559,7 @@ void pki_key::writeKey(const QString fname, const EVP_CIPHER *enc,
PEM_write_PrivateKey(fp, pkey, enc, NULL, 0, cb, &p);
} else {
i2d_PrivateKey_fp(fp, pkey);
}
}
EVP_PKEY_free(pkey);
}
openssl_error();

View File

@ -116,7 +116,7 @@ void ImportMulti::import(QModelIndex &idx)
if (!mainwin->keys) {
mainwin->load_database();
}
QString cn = pki->getClassName();
mcont->remFromCont(idx);
if (!mainwin->keys) {

View File

@ -53,7 +53,7 @@ void hashBox::setDsa(bool new_dsa)
setDisabled(false);
}
}
const EVP_MD *hashBox::currentHash()
{
if (dsa)