diff --git a/src/openvpn/crypto_openssl.c b/src/openvpn/crypto_openssl.c index d6916fc9b..b8088df04 100644 --- a/src/openvpn/crypto_openssl.c +++ b/src/openvpn/crypto_openssl.c @@ -858,6 +858,7 @@ cipher_ctx_init(EVP_CIPHER_CTX *ctx, const uint8_t *key, EVP_CIPHER_free(kt); } + int cipher_ctx_iv_length(const EVP_CIPHER_CTX *ctx) {