1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

sm: Silence compiler warnings.

* sm/certreqgen-ui.c (gpgsm_gencertreq_tty): Remove unused var I.
* sm/certreqgen.c (proc_parameters): Init PUBLIC to avoid compiler
warning.
This commit is contained in:
Werner Koch 2014-09-18 15:17:44 +02:00
parent 6a0c3fa19c
commit 34b2e8c7dc
2 changed files with 2 additions and 3 deletions

View file

@ -437,7 +437,7 @@ proc_parameters (ctrl_t ctrl, struct para_data_s *para,
char numbuf[20];
unsigned char keyparms[100];
int rc = 0;
ksba_sexp_t public;
ksba_sexp_t public = NULL;
ksba_sexp_t sigkey = NULL;
int seq;
size_t erroff, errlen;