mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 11:47:13 +09:00
Indent
This commit is contained in:
+3
-3
@@ -30,9 +30,9 @@ crypto_box_curve25519xchacha20poly1305_detached(unsigned char *c,
|
||||
unsigned char k[crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES];
|
||||
int ret;
|
||||
|
||||
(void)sizeof(int[crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES
|
||||
>= crypto_secretbox_xchacha20poly1305_KEYBYTES ?
|
||||
1 : -1]);
|
||||
(void) sizeof(int[crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES
|
||||
>= crypto_secretbox_xchacha20poly1305_KEYBYTES ?
|
||||
1 : -1]);
|
||||
if (crypto_box_curve25519xchacha20poly1305_beforenm(k, pk, sk) != 0) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user