1
1
/* Copyright (c) 2015 Anton Titov.
2
2
* Copyright (c) 2015 pCloud Ltd.
3
3
* All rights reserved.
4
- *
4
+ *
5
5
* Redistribution and use in source and binary forms, with or without
6
6
* modification, are permitted provided that the following conditions are met:
7
7
* * Redistributions of source code must retain the above copyright
12
12
* * Neither the name of pCloud Ltd nor the
13
13
* names of its contributors may be used to endorse or promote products
14
14
* derived from this software without specific prior written permission.
15
- *
15
+ *
16
16
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17
17
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18
18
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -140,7 +140,7 @@ static inline void psync_aes256_decode_2blocks_consec(psync_aes256_decoder enc,
140
140
aes_crypt_ecb (enc , AES_DECRYPT , src + PSYNC_AES256_BLOCK_SIZE , dst + PSYNC_AES256_BLOCK_SIZE );
141
141
}
142
142
143
- static inline void void psync_aes256_decode_4blocks_consec_xor (psync_aes256_decoder enc , const unsigned char * src , unsigned char * dst , unsigned char * bxor ){
143
+ static inline void psync_aes256_decode_4blocks_consec_xor (psync_aes256_decoder enc , const unsigned char * src , unsigned char * dst , unsigned char * bxor ){
144
144
unsigned long i ;
145
145
aes_crypt_ecb (enc , AES_DECRYPT , src , dst );
146
146
aes_crypt_ecb (enc , AES_DECRYPT , src + PSYNC_AES256_BLOCK_SIZE , dst + PSYNC_AES256_BLOCK_SIZE );
@@ -154,4 +154,4 @@ static inline void void psync_aes256_decode_4blocks_consec_xor(psync_aes256_deco
154
154
155
155
156
156
157
- #endif
157
+ #endif
0 commit comments