Skip to content

Commit 7da6011

Browse files
committed
fixup! crypto: add guards and adjust tests for BoringSSL
1 parent 277f68f commit 7da6011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/ncrypto/ncrypto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ class Cipher final {
314314
&& EVP_CCM_TLS_TAG_LEN <= MAX_AUTH_TAG_LENGTH &&
315315
EVP_CHACHAPOLY_TLS_TAG_LEN <= MAX_AUTH_TAG_LENGTH
316316
#endif
317-
);
317+
); // NOLINT(whitespace/parens)
318318

319319
Cipher() = default;
320320
Cipher(const EVP_CIPHER* cipher) : cipher_(cipher) {}

0 commit comments

Comments
 (0)