Index: net/quic/crypto/aead_base_encrypter.h |
diff --git a/net/quic/crypto/aead_base_encrypter.h b/net/quic/crypto/aead_base_encrypter.h |
index 713813150ec76b80f607813c9ef112d3d5b6f0d7..f851ae567b8a246d22af369fcb04a0a1ee5d8302 100644 |
--- a/net/quic/crypto/aead_base_encrypter.h |
+++ b/net/quic/crypto/aead_base_encrypter.h |
@@ -14,10 +14,14 @@ |
#include <pkcs11t.h> |
#include <seccomon.h> |
typedef struct PK11SymKeyStr PK11SymKey; |
-typedef SECStatus (*PK11_EncryptFunction)( |
- PK11SymKey* symKey, CK_MECHANISM_TYPE mechanism, SECItem* param, |
- unsigned char* out, unsigned int* outLen, unsigned int maxLen, |
- const unsigned char* data, unsigned int dataLen); |
+typedef SECStatus (*PK11_EncryptFunction)(PK11SymKey* symKey, |
+ CK_MECHANISM_TYPE mechanism, |
+ SECItem* param, |
+ unsigned char* out, |
+ unsigned int* outLen, |
+ unsigned int maxLen, |
+ const unsigned char* data, |
+ unsigned int dataLen); |
#endif |
namespace net { |