mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
openssl: Remove extra semicolon
This commit is contained in:
parent
b9e45b5b4a
commit
6b3dfe9c38
@ -370,7 +370,7 @@ static private_key_t *openssl_private_key_connect(key_type_t type,
|
||||
#ifndef OPENSSL_NO_ENGINE
|
||||
char *engine_id = NULL;
|
||||
char keyname[BUF_LEN];
|
||||
chunk_t keyid = chunk_empty;;
|
||||
chunk_t keyid = chunk_empty;
|
||||
EVP_PKEY *key;
|
||||
ENGINE *engine;
|
||||
int slot = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user