Add missing prototype

This commit is contained in:
Frank Denis
2026-01-06 15:42:08 +01:00
parent d832790fa6
commit b4263fc800
@@ -9,5 +9,6 @@ int _crypto_stream_chacha20_pick_best_implementation(void);
int _crypto_stream_salsa20_pick_best_implementation(void);
int _crypto_aead_aegis128l_pick_best_implementation(void);
int _crypto_aead_aegis256_pick_best_implementation(void);
int _crypto_ipcrypt_pick_best_implementation(void);
#endif