mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user