Index: net/quic/crypto/aead_base_decrypter.h |
diff --git a/net/quic/crypto/aead_base_decrypter.h b/net/quic/crypto/aead_base_decrypter.h |
index 6257409f9fbc132ad593ba6ba6b796760c5eb6e2..956830c51f1b5ffa530b0e192e31cb5aaddc6e2d 100644 |
--- a/net/quic/crypto/aead_base_decrypter.h |
+++ b/net/quic/crypto/aead_base_decrypter.h |
@@ -14,10 +14,14 @@ |
#include <pkcs11t.h> |
#include <seccomon.h> |
typedef struct PK11SymKeyStr PK11SymKey; |
-typedef SECStatus (*PK11_DecryptFunction)( |
- PK11SymKey* symKey, CK_MECHANISM_TYPE mechanism, SECItem* param, |
- unsigned char* out, unsigned int* outLen, unsigned int maxLen, |
- const unsigned char* enc, unsigned encLen); |
+typedef SECStatus (*PK11_DecryptFunction)(PK11SymKey* symKey, |
+ CK_MECHANISM_TYPE mechanism, |
+ SECItem* param, |
+ unsigned char* out, |
+ unsigned int* outLen, |
+ unsigned int maxLen, |
+ const unsigned char* enc, |
+ unsigned encLen); |
#endif |
namespace net { |