From: ambiso Date: Tue, 23 Oct 2018 21:20:17 +0000 (+0200) Subject: openssl: Remove extra semicolon X-Git-Tag: 5.7.2dr1~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b3dfe9c3818368db46dfb9e12e2ce26d9cc60e7;p=thirdparty%2Fstrongswan.git openssl: Remove extra semicolon --- diff --git a/src/libstrongswan/plugins/openssl/openssl_plugin.c b/src/libstrongswan/plugins/openssl/openssl_plugin.c index 5347daa086..b0db9325f2 100644 --- a/src/libstrongswan/plugins/openssl/openssl_plugin.c +++ b/src/libstrongswan/plugins/openssl/openssl_plugin.c @@ -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;