sec-mod: move variable in the ifdef block it is used at

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos
2018-03-11 06:33:37 +01:00
parent 8b0b1e6067
commit c2a519572b

View File

@@ -202,8 +202,8 @@ int process_worker_packet(void *pool, int cfd, pid_t pid, sec_mod_st *sec, cmd_r
int ret;
SecOpMsg *op;
vhost_cfg_st *vhost;
unsigned bits;
#if GNUTLS_VERSION_NUMBER >= 0x030600
unsigned bits;
SecGetPkMsg *pkm;
#endif
PROTOBUF_ALLOCATOR(pa, pool);