mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-12 22:11:29 +02:00
2004-08-17 Marcus Brinkmann <marcus@g10code.de>
* import.c: Fix typo in last change.
This commit is contained in:
parent
53f7e372b9
commit
e5a6d2b456
@ -1,3 +1,7 @@
|
|||||||
|
2004-08-17 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* import.c: Fix typo in last change.
|
||||||
|
|
||||||
2004-08-17 Werner Koch <wk@g10code.de>
|
2004-08-17 Werner Koch <wk@g10code.de>
|
||||||
|
|
||||||
* import.c (check_and_store): Do a full validation if
|
* import.c (check_and_store): Do a full validation if
|
||||||
|
@ -183,7 +183,7 @@ check_and_store (CTRL ctrl, struct stats_s *stats, ksba_cert_t cert, int depth)
|
|||||||
rc = gpgsm_basic_cert_check (cert);
|
rc = gpgsm_basic_cert_check (cert);
|
||||||
if (!rc && ctrl->with_validation)
|
if (!rc && ctrl->with_validation)
|
||||||
rc = gpgsm_validate_chain (ctrl, cert, NULL, 0, NULL, 0);
|
rc = gpgsm_validate_chain (ctrl, cert, NULL, 0, NULL, 0);
|
||||||
if (!rc || (!ctrl->with-validation
|
if (!rc || (!ctrl->with_validation
|
||||||
&& gpg_err_code (rc) == GPG_ERR_MISSING_CERT) )
|
&& gpg_err_code (rc) == GPG_ERR_MISSING_CERT) )
|
||||||
{
|
{
|
||||||
int existed;
|
int existed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user