mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Add some ending CRLF
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
|
||||
extern struct aegis128l_implementation aegis128l_soft_implementation;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -51,4 +51,4 @@ struct aegis256_implementation aegis256_soft_implementation = { SODIUM_C99(.encr
|
||||
SODIUM_C99(.decrypt_detached =)
|
||||
decrypt_detached };
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
extern struct aegis256_implementation aegis256_soft_implementation;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -154,4 +154,4 @@ crypto_aead_aes256gcm_is_available(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user