mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
whitespace correction
This commit is contained in:
parent
91e4e78cef
commit
cab27442ce
@ -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) {
|
||||
|
||||
@ -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();
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -53,7 +53,7 @@ void hashBox::setDsa(bool new_dsa)
|
||||
setDisabled(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
const EVP_MD *hashBox::currentHash()
|
||||
{
|
||||
if (dsa)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user