We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7244ef6 commit 15cadd9Copy full SHA for 15cadd9
extension/httpfs/crypto.cpp
@@ -52,7 +52,7 @@ const EVP_CIPHER *AESStateSSL::GetCipher(idx_t key_len) {
52
case EncryptionTypes::CTR: {
53
switch (key_len) {
54
case 16:
55
- return EVP_aes_128_ctr()();
+ return EVP_aes_128_ctr();
56
case 24:
57
return EVP_aes_192_ctr();
58
case 32:
0 commit comments